A scalar UGen that generates a single random decimal value, using an
exponential distribution from lo to hi . Values lo and hi must both have
the same sign and be non-zero.
Examples
// random sine frequencies
play {
val m = Mix.fill(10)(FSinOsc.ar(ExpRand(200.0, 800.0)))
m * Line.kr(0.025, 0, 4, doneAction = freeSelf)
}
A scalar UGen that generates a single random decimal value, using an exponential distribution from
lo
tohi
. Valueslo
andhi
must both have the same sign and be non-zero.Examples
RandSeed
TExpRand
Rand