NRand

final case
class NRand(lo: GE, hi: GE, n: GE) extends SingleOut with ScalarRated with IsIndividual

A scalar UGen that generates a single random decimal value, averaging a given number of samples from a uniform distribution between lo and hi .

Value Params
hi

upper limit of the output range

lo

lower limit of the output range

n

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.

See also
Companion
object
trait Serializable
trait IsIndividual
trait ScalarRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
ScalarRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource