NOISE
Generate a random value.
This is a special operation filter. It's not dependent on history of the value, but it's also not possible to preview.
So this filter is not shown as a curve in the filter graphic viewer.
Generates noise with a maximum range of the received value.
The image shows the result of NOISE(VALUE;100).
We can see that the generated value is inside the range given by the value.
So for a value of 10, the noise is generated between -10 and +10.
To use NOISE in Mover, do:
NOISE(parameter1,parameter2)
parameter1 is the maximum value of the noise.
parameter2 is the frequency we update the noise, but the frequency is not time, but calculation cycles.