de.sciss.synth.ugen
A scalar UGen that generates a single random integer value, using a uniform distribution from lo to hi .
lo
hi
// random sine frequencies play { val m = Mix.fill(10)(FSinOsc.ar(IRand(40, 100).midicps)) m * Line.kr(0.025, 0, 4, doneAction = freeSelf) }
RandSeed
ExpRand
TIRand
Rand
A scalar UGen that generates a single random integer value, using a uniform distribution from
lo
tohi
.Examples
RandSeed
ExpRand
TIRand
Rand