PureData CEAMMC library web documentation
доступно с версии: 0.1
generates a random floating-point value uniformly distributed in the range [min..max) Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time. Algorithm: 32-bit Mersenne Twister by Matsumoto and Nishimura, 1998
@min
Запросить/установить random range lower bound
тип: float
по умолчанию: 0
@max
Запросить/установить random range upper bound
тип: float
по умолчанию: 1
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [random.int] [random.gauss]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later