Module sim::models::stochastic_gate[][src]

Structs

StochasticGate

The stochastic gate blocks (drops) or passes jobs, based on a specified Bernoulli distribution. If the Bernoulli random variate is a 0, the job will be dropped. If the Bernoulli random variate is a 1, the job will be passed.