Function: generate()
generate(
combinations,n?,partitions?):Generator\<number,void,unknown>
Defined in: combinations/rank.ts:171
Generate random combination ranks.
Parameters
combinations
number
The total number of possible combinations.
n?
number = 1
The number of random combinations to generate.
partitions?
number = 1
The number of partitions to divide the combinations into for random selection.
Returns
Generator\<number, void, unknown>
A generator yielding random combination ranks.