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

Instance Methods

Inherited instance methods

Examples