TGaussRand:
Filter:
Classes (extension) | UGens > Random | UGens > Triggers

TGaussRand : UGen : AbstractFunction : Object
ExtensionExtension

triggered gaussian random distribution
Source: bhobGens.sc

Description

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

Class Methods

TGaussRand.ar(lo: 0, hi: 1.0, trig: 0, mul: 1.0, add: 0.0)

TGaussRand.kr(lo: 0, hi: 1.0, trig: 0, mul: 1.0, add: 0.0)

Arguments:

lo

minimum value

hi

maximum value

trig

trigger signal

Inherited class methods

Instance Methods

Inherited instance methods

Examples