Pwhite:
Filter:
Classes | Streams-Patterns-Events > Patterns > Random

Pwhite : Pattern : AbstractFunction : Object

random values with uniform distribution
Source: Patterns.sc

Class Methods

Pwhite.new(lo: 0.0, hi: 1.0, length: inf)

Arguments:

lo

lower boundary of values.

hi

upper boundary of values.

length

number of values produced.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.hi

.hi = value

.length

.length = value

.lo

.lo = value

Examples