walker
Yields a random walk on each call
Syntax
Usage
On each call, walker outputs a value either randomly incremented, or decremented from the last value output.
A string channel name is used to save state.
Outputs and arguments
iout -- output
Sid -- String channel name to store state. Can be anything, but ideally is unique.
istepsize (optional, default=1) -- the amount to increment or decrement
imodulo (optional, default=0 / no limit) -- the upper limit for wandering values.
ilower (optional, default=0 / no limit) -- the lower limit for wandering values.
Example
See the example for walker.orc