CombinatoricsGenerate |
| Name | Description | |
|---|---|---|
| GenerateCombination(Int32, Random) | Generate a random combination, without repetition, by randomly selecting some of N elements. | |
| GenerateCombination(Int32, Int32, Random) | Generate a random combination, without repetition, by randomly selecting k of N elements. |