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