PureData CEAMMC library web documentation
доступно с версии: 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.
@weights
Запросить/установить list of weights (non-negative floats)
тип: list
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [random.linear] [random.pw_const]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later