PureData CEAMMC library web documentation
available since version: 0.4
Produces random floating-point numbers, which are uniformly distributed within each of the several subintervals [b0, b1) , each with its own weight Const segments specified as: bound0, weight0, bound1, weight0, bound2 etc Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time.
@v
Get/set interleaved interval boundaries and boundary propabilities.
type: list
@bounds (readonly)
Get list of boundaries
type: list
@weights (readonly)
Get list of weights
type: list
@seed
Get/set generator seed
type: int
min value: 0
default: 0
See also: [random.linear] [random.pw_lin]
Authors: Serge Poltavsky
License: GPL3 or later