de.sciss.synth.ugen
A scalar UGen that generates a single random decimal value, using an exponential distribution from lo to hi . Values lo and hi must both have the same sign and be non-zero.
lo
hi
lower limit of the output range
upper limit of the output range
RandSeed
TExpRand
Rand
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
A scalar UGen that generates a single random decimal value, using an exponential distribution from
lo
tohi
. Valueslo
andhi
must both have the same sign and be non-zero.lower limit of the output range
upper limit of the output range
RandSeed
TExpRand
Rand