Classes | UGens > Generators > Stochastic | UGens > Random

RandID : WidthFirstUGen : UGen : AbstractFunction : Object

Set the synth's random generator ID.
Source: Noise.sc

Description

Choose which random number generator to use for this synth. All synths that use the same generator reproduce the same sequence of numbers when the same seed is set again.

Class Methods

RandID.kr(id: 0)

RandID.ir(id: 0)

Arguments:

id

The random number generator ID.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

2 methods from WidthFirstUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples