PureData CEAMMC library web documentation
доступно с версии: 0.1
Generates pseudo-random number in specified closed interval. 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
тип: int
по умолчанию: 0
@max
Запросить/установить random range upper bound
тип: int
по умолчанию: 255
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [random.float] [random.gauss]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later