PureData CEAMMC library web documentation
доступно с версии: 0.4
Produces random floating-point numbers, which are distributed according to a linear probability density function within each of the several subintervals [b0, b1) Linear segments specified as: bound0, prob0, bound1, prob1, etc Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time.
@v
Запросить/установить interleaved interval boundaries and boundary propabilities. For example: values
0 0 0.5 0 1 0 produce triangle distribution
тип: list
@bounds (readonly)
Запросить list of boundaries
тип: list
@weights (readonly)
Запросить list of weights
тип: list
@seed
Запросить/установить generator seed
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [random.linear] [random.pw_const]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later