
RANDOM VOLTS
------------

Every time the Trigger pin is set, a random static voltage within [Min, Max] is sent to the audio output.


NOTE: this module always generates unique (non-repeating) sequences

NOTE: if Min is set > Max, Min and Max will be swapped; if Min is set == Max, a same value (Min == Max) will be generated

NOTE: the algorithm used cannot generate two identical values consecutively (even if it could, the chances of that happening would be close to zero).
However, if you quantize the result somehow, identical values can of course be generated. Please do NOT quantize the result, rather use the Random Int, convert the result to Float or to Volts and scale it as needed.

