A UGen that generates a new random decimal value each time it is triggered,
using an exponential distribution from lo to hi . Values lo and hi must
both have the same sign and be non-zero.
Note: Audio-rate inputs for lo and hi are currently broken in
SuperCollider, and will therefore be converted to control-rate inputs.
A UGen that generates a new random decimal value each time it is triggered, using an exponential distribution from
lo
tohi
. Valueslo
andhi
must both have the same sign and be non-zero.Note: Audio-rate inputs for
lo
andhi
are currently broken in SuperCollider, and will therefore be converted to control-rate inputs.lower limit of the output range
upper limit of the output range
signal to trigger new random number
RandSeed
ExpRand
TRand