de.sciss.synth.ugen
A UGen that outputs integer random numbers when triggered. The values have a uniform distribution from lo to hi (inclusive).
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 (inclusive)
signal to trigger new random number
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 outputs integer random numbers when triggered. The values have a uniform distribution from
lo
tohi
(inclusive).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 (inclusive)
signal to trigger new random number
TRand
IRand