PureData CEAMMC library web documentation
доступно с версии: 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.
MU
the mean
тип: float
SIGMA
the standard deviation
тип: float
@mu
Запросить/установить the mean
тип: float
по умолчанию: 0
@sigma
Запросить/установить the standard deviation
тип: float
минимальное значение: 0
по умолчанию: 0
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [random.float] [random.int]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later