PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.gauss

gaussian random distribution

available since version: 0.1


information

Generates random value that has gaussian distribution. It has the shape of a bell curve and characterized by two parameters, mu and sigma. The center of the density function, mu, is the mean of the random variable. The spread of the density function is measured by a parameter called standard deviation or sigma. 68.26% of all results will occur in the interval with width +-SIGMA, centered by the mean; the random variable is unbounded, both as above and below the mean. 99.74% of all results fall within +-3 SIGMA. Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time.

example

arguments:

properties:

inlets:

outlets:

keywords:

gauss random

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

Authors: Serge Poltavsky

License: GPL3 or later