Skip to content

categorical

categorical(weights): number

Defined in: src/global/distributions.ts:289

An index in [0, weights.length), proportional to the weights.

ArrayLike<number>

number

categorical([1, 3, 6]); // 2, most of the time