PureData CEAMMC library web documentation
available since version: 0.9.2
MIN
min random range
type: float
MAX
max random range
type: float
@add
Get/set alias to @mode add
type: alias
@assign
Get/set alias to @mode assign
type: alias
mean=(@max+@min)/2, sigma=(@max-@max)/3, linup - linear distribution with
prob=0 at @min and prob=1 at @max, lindown - linear distribution with prob=1
at @min and prob=0 at @max, cmin - constant @min value, cmax - constant
@max value, cmean - constant (@max+@min)/2 value
type: symbol
enum: uniform, gauss, linup, lindown, cmin, cmax, cmean
default: uniform
@max
Get/set max random range
type: float
default: 127
@min
Get/set min random range
type: float
default: 0
@mode
Get/set assign mode. If assign - replace origin velocity with random new one
(default), if add - adds random value to origin velocity, if sub - subtract
random value from origin velocity.
type: symbol
enum: assign, add, sub
default: assign
@seed
Get/set random seed
type: int
min value: 0
default: 0
Authors: Serge Poltavsky
License: GPL3 or later