PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.discrete

random weighted integers on interval [0, n)

доступно с версии: 0.4


информация

Produces random integers on the interval [0, N), where the probability of each individual integer i defined as Wⁱ/S, that is the weight of the i-th integer divided by the sum of all N weights. Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time.

example

аргументы:

свойства:

входы:

выходы:

ключевые слова:

linear random discrete

Смотрите также: [random.linear] [random.pw_const]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later