Uses of Interface
org.cloudsimplus.distributions.DiscreteDistribution
Packages that use DiscreteDistribution
Package
Description
Provides Pseudo-Random Number Generators (PRNG)
following several statistical distributions used by the simulation API.
-
Uses of DiscreteDistribution in org.cloudsimplus.distributions
Classes in org.cloudsimplus.distributions that implement DiscreteDistributionModifier and TypeClassDescriptionclassA Pseudo-Random Number Generator which returns numbers following a Poisson Distribution, modeling the probability of an event to happen a number of times in a given time interval.classA Pseudo-Random Number Generator following the Zipf distribution.