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

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

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
/**
 * 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 - 2024 Weber Informatics LLC | Privacy Policy