de.sciss.synth.ugen
A UGen that generates a new random decimal value each time it is triggered, using a uniform distribution from lo to hi .
lo
hi
Note: Audio-rate inputs for lo and hi 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
IRand
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 UGen that generates a new random decimal value each time it is triggered, using a uniform distribution from
lo
tohi
.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
IRand