JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.cloudbus.cloudsim.distributions
Interface ContinuousDistribution
All Known Implementing Classes:
ExponentialDistr
,
GammaDistr
,
LognormalDistr
,
LomaxDistribution
,
ParetoDistr
,
UniformDistr
,
WeibullDistr
,
ZipfDistr
public interface
ContinuousDistribution
Interface to be implemented by a random number generator.
Since:
CloudSim Toolkit 1.0
Method Summary
Methods
Modifier and Type
Method and Description
double
sample
()
Sample the random number generator.
Method Detail
sample
double sample()
Sample the random number generator.
Returns:
The sample
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method