Rand

object Rand extends ProductReader[Rand]

A scalar UGen that generates a single random decimal value, using a uniform distribution from lo to hi .

===Examples===

// random sine frequencies
play {
 val m = Mix.fill(10)(FSinOsc.ar(Rand(200.0, 800.0)))
 m * Line.kr(0.025, 0, 4, doneAction = freeSelf)
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Rand]
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): Rand