Expand description
Random streams.
Functionsยง
- random_
beta_ stream - A stream with random time delays from the Beta distribution.
- random_
binomial_ stream - A stream with binomial random time delays with the specified probability and trials.
- random_
discrete_ stream - A stream with random time delays from the specified discrete distribution.
- random_
erlang_ stream - A stream with random time delays from the Erlang distribution with the specified scale (the reciprocal of the rate) and integer shape.
- random_
exponential_ stream - A stream with exponential random time delays with the specified mean.
- random_
gamma_ stream - A stream with random time delays from the Gamma distribution.
- random_
int_ uniform_ stream - A stream with random integer time delays distributed uniformly.
- random_
log_ normal_ stream - A stream with random time delays distributed lognormally.
- random_
normal_ stream - A stream with random time delays distributed normally.
- random_
poisson_ stream - A stream with the Poisson random time delays with the specified mean.
- random_
stream - Return a stream of random events that arrive with the specified delay.
- random_
triangular_ stream - A stream with random time delays from the triangular distribution.
- random_
uniform_ stream - A stream with random time delays distributed uniformly.
- random_
weibull_ stream - A stream with random time delays from the Weibull distribution.