RandID:
Filter:
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

Instance Methods

Inherited instance methods

Examples