PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.linear

random linear distribution

available since version: 0.4


information

Generates random number in interval [@v0, @v1) with linear distribution [@p0, @p1) Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time.

example

properties:

inlets:

outlets:

keywords:

linear random

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

Authors: Serge Poltavsky

License: GPL3 or later