TRand:
Filter:
Classes | UGens > Random | UGens > Triggers

TRand : UGen : AbstractFunction : Object

Triggered random number generator.
Source: Noise.sc

Description

Generates a random float value in uniform distribution from lo to hi each time the trigger signal changes from nonpositive to positive values.

Class Methods

TRand.ar(lo: 0.0, hi: 1.0, trig: 0.0)

TRand.kr(lo: 0.0, hi: 1.0, trig: 0.0)

Arguments:

lo

Lower limit of the output range.

hi

Upper limit of the output range.

trig

The trigger. Trigger can be any signal. A trigger happens when the signal changes from non-positive to positive.

Inherited class methods

Instance Methods

Inherited instance methods

Examples