lower limit of the output range
upper limit of the output range
the number of random numbers to average. For n = 1
,
the result is identical to Rand
, for n = 2
, the
distribution is triangular, and for larger values the
distribution converges towards a Gaussian.
Warning: The value should be not be less than one.
upper limit of the output range
lower limit of the output range
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
the number of random numbers to average.
the number of random numbers to average. For n = 1
,
the result is identical to Rand
, for n = 2
, the
distribution is triangular, and for larger values the
distribution converges towards a Gaussian.
Warning: The value should be not be less than one.
A scalar UGen that generates a single random decimal value, averaging a given number of samples from a uniform distribution between
lo
andhi
.lower limit of the output range
upper limit of the output range
the number of random numbers to average. For
n = 1
, the result is identical toRand
, forn = 2
, the distribution is triangular, and for larger values the distribution converges towards a Gaussian. Warning: The value should be not be less than one.RandSeed
ExpRand
TRand
IRand