de.sciss.synth.ugen
A scalar UGen that generates a single random integer value, using a uniform distribution from lo to hi .
lo
hi
lower limit of the output range
upper limit of the output range (inclusive)
RandSeed
ExpRand
TIRand
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 integer value, using a uniform distribution from
lo
tohi
.lower limit of the output range
upper limit of the output range (inclusive)
RandSeed
ExpRand
TIRand
Rand