Random
The Random component generates random numbers. The output is derived by multiplying a random number (that is greater than 0 but less than 1) times a variable Multiplier plus Offset value.
Slots
The Random component has the following slots:
- Status: shows the component's status;
- Out: the output value calculated based on the Multiplier and Offset values;
- Multiplier: multiplies the random number (the random number is >=0.0 but <1.0). The multiplier is set to 1.0 by default;
- Offset: the positive or negative distance from zero that the wave's amplitude is centered on. The default offset value is 50.