Package org.cloudbus.cloudsim.distributions


package org.cloudbus.cloudsim.distributions
Provides Pseudo-Random Number Generators (PRNG) following several statistical distributions used by the simulation API. Additionally, they can be used by developers implementing their own simulations.

The most basic PRNG is the UniformDistr that generates uniformly distributed pseudo random numbers.