A scalar UGen that generates a single random decimal value, averaging a given
number of samples from a uniform distribution between lo and hi .
Examples
// three clusters with different distributions
play {
val z = 1 to 3 map { n =>
Mix.fill(10)(FSinOsc.ar(NRand(200, 800, n))) * SinOsc.ar(0.4, n).max(0)
}
SplayAz.ar(2, z) * 0.025
}
A scalar UGen that generates a single random decimal value, averaging a given number of samples from a uniform distribution between
lo
andhi
.Examples
RandSeed
ExpRand
TRand
IRand