NRand

object NRand extends ProductReader[NRand]

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)
 }
 Splay.ar(z) * 0.025
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[NRand]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def read(in: RefMapIn, key: String, arity: Int): NRand