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