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

Pcauchy : Pattern : AbstractFunction : Object

random values that follow a Cauchy Distribution

Class Methods

Pcauchy.new(mean: 0.0, spread: 1.0, length: inf)

Arguments:

mean

The mean of the distribution.

spread

The horizontal dispersion of the random values. The distribution is unbounded.

length

Number of values produced.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.length

.length = value

.mean

.mean = value

.spread

.spread = value

Examples