PureData CEAMMC library web documentation
available since version: 0.9.2
MIN
min random range
type: float
MAX
max random range
type: float
@min
Get/set min random range
type: float
default: 0
@max
Get/set max random range
type: float
default: 127
@seed
Get/set random seed
type: int
min value: 0
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
@add
Get/set alias to @mode add
type: alias
@sub
Get/set alias to @mode sub
type: alias
@assign
Get/set alias to @mode assign
type: alias
Authors: Serge Poltavsky
License: GPL3 or later