PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.int

aliases: [random.i]

uniform random integer generator in specified range

available since version: 0.1


information

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

arguments:

methods:

properties:

inlets:

outlets:

keywords:

random int

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

Authors: Serge Poltavsky

License: GPL3 or later