PureData CEAMMC library web documentation
random number generation
random.atom: weighed choosing of the random atom from the specified list
aliases: [random.a]
random.discrete: generate random weighted integers on the interval [0, n)
random.float: uniform random generator of floats in the specified range
aliases: [random.f]
random.gauss: gaussian random distribution
random.int: uniform random integer generator in the specified range
aliases: [random.i]
random.linear: random linear distribution
random.pw_const: piecewise constant random distribution
random.pw_lin: piecewise linear random distribution
Version: 0.9.8
License: GPL3