PureData CEAMMC library web documentation
доступно с версии: 0.9.1
Choose random atom from specified list (with weights) and output it. If no weights specified, choose elements with random uniform distribution. Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time. Note: when @nonrep property is set, distribution is not uniform or weighted.
@value
Запросить/установить list of atoms
тип: list
@w
Запросить/установить list of atom weights
тип: list
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
@nonrep
Запросить/установить generate non-repeated adjacent values (note: distribution will changed!)
тип: bool
по умолчанию: 0
Смотрите также: [random.float] [random.gauss]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later