PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.int

uniform random integer generator in specified range

доступно с версии: 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

example

аргументы:

методы:

свойства:

входы:

выходы:

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

random int

Смотрите также: [random.float] [random.gauss]

Авторы: Serge Poltavsky

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