PureData CEAMMC library web documentation
aliases: [random.i]
available since version: 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
Get/set random range lower bound
type: int
default: 0
@max
Get/set random range upper bound
type: int
default: 255
@seed
Get/set generator seed
type: int
min value: 0
default: 0
See also: [random.float] [random.gauss]
Authors: Serge Poltavsky
License: GPL3 or later