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

Pexprand : Pwhite : Pattern : AbstractFunction : Object

random values that follow a Exponential Distribution

Class Methods

Pexprand.new(lo: 0.0001, hi: 1.0, length: inf)

NOTE: lo and hi should both be positive or negative (their range should not cross 0).

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)

Examples