org.cloudbus.cloudsim.distributions.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudsim-plus Show documentation
Show all versions of cloudsim-plus Show documentation
CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services
/**
* 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;