Module dvcompute::simulation::stream::random[][src]

Expand description

Random streams.

Functions

A stream with random time delays from the Beta distribution.

A stream with binomial random time delays with the specified probability and trials.

A stream with random time delays from the specified discrete distribution.

A stream with random time delays from the Erlang distribution with the specified scale (the reciprocal of the rate) and integer shape.

A stream with exponential random time delays with the specified mean.

A stream with random time delays from the Gamma distribution.

A stream with random integer time delays distributed uniformly.

A stream with random time delays distributed lognormally.

A stream with random time delays distributed normally.

A stream with the Poisson random time delays with the specified mean.

Return a stream of random events that arrive with the specified delay.

A stream with random time delays from the triangular distribution.

A stream with random time delays distributed uniformly.

A stream with random time delays from the Weibull distribution.