PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.float

aliases: [random.f]

uniform random float generator in specified range

available since version: 0.1


information

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

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

random float

See also: [random.int] [random.gauss]

Authors: Serge Poltavsky

License: GPL3 or later