PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.gauss

gaussian random distribution

доступно с версии: 0.1


информация

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

аргументы:

свойства:

входы:

выходы:

ключевые слова:

gauss random

Смотрите также: [random.float] [random.int]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later