All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudbus.cloudsim.distributions.package-info Maven / Gradle / Ivy

/**
 * 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 {@link org.cloudbus.cloudsim.distributions.UniformDistr} * that generates uniformly distributed pseudo random numbers.

*/ package org.cloudbus.cloudsim.distributions;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy