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.
if 0
, the output is skewed towards lo
, if 1
,
the output is skewed towards hi
.
A scalar UGen that generates a single random decimal value between
lo
andhi
with a selectable skew towards either end.The
minMax <= 0
behaves rather odd: IfminMax
is less than 1, the distribution is skewed towardslo
(withlo = 0
andhi = 1
, the mean is approx. 0.33). IfminMax
is greater than or equal to 1, the distribution is skewed towardshi
(withlo = 0
andhi = 1
, the mean is approx 0.66).lower limit of the output range
upper limit of the output range
if
0
, the output is skewed towardslo
, if1
, the output is skewed towardshi
.RandSeed
NRand
ExpRand
Rand