LinRand:
Filter:
Classes | UGens > Random

LinRand : UGen : AbstractFunction : Object

Skewed random number generator.
Source: Noise.sc

Description

Generates a single random float value in linear distribution from lo to hi , skewed towards lo if minmax < 0, otherwise skewed towards hi .

Class Methods

LinRand.new(lo: 0.0, hi: 1.0, minmax: 0)

Arguments:

lo

Lower limit of the output range.

hi

Upper limit of the output range.

minmax

The output is skewed towards lo if minmax < 0, otherwise skewed towards hi.

Inherited class methods

Instance Methods

Inherited instance methods

Examples