Expand description

The random parameters.

Functions

Computation that returns a new random number from the Beta distribution.

Computation that returns a new binomial random number with the specified probability and trials.

Computation that returns a new random value from the specified discrete distribution.

Computation that returns a new Erlang random number with the specified scale (the reciprocal of the rate) and integer shape.

Computation that returns a new exponential random number with the specified mean (the reciprocal of the rate).

Computation that returns false in case of success.

Computation that returns a new random number from the Gamma distribution.

Computation that generates a new integer random number distributed uniformly.

Computation that generates a new random number distributed lognormally.

Computation that generates a new random number distributed normally.

Computation that returns a new Poisson random number with the specified mean.

Computation that generates a new random number from the triangular distribution.

Computation that returns true in case of success.

Computation that generates a new random number distributed uniformly.

Computation that returns a new random number from the Weibull distribution.