categorical
categorical(
weights):number
Defined in: src/global/distributions.ts:289
An index in [0, weights.length), proportional to the weights.
Parameters
Section titled “Parameters”weights
Section titled “weights”ArrayLike<number>
Returns
Section titled “Returns”number
Example
Section titled “Example”categorical([1, 3, 6]); // 2, most of the time