Classes | UGens > Random | UGens > Triggers

TExpRand : UGen : AbstractFunction : Object

Triggered exponential random number generator.
Source: Noise.sc

Description

Generates a random float value in exponential distribution from lo to hi each time the trigger signal changes from nonpositive to positive values lo and hi must both have the same sign and be non-zero.

Class Methods

TExpRand.ar(lo: 0.01, hi: 1.0, trig: 0.0)

TExpRand.kr(lo: 0.01, 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

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

Instance Methods

Inherited instance methods

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

Examples