|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecteduni.simjava.distributions.Sim_negexp_obj
A random number generator based on the Negative Exponential distribution.
Constructor Summary | |
Sim_negexp_obj(String name,
double mean)
Constructor with which Sim_system is allowed to set the random number
generator's seed |
|
Sim_negexp_obj(String name,
double mean,
long seed)
The constructor with which a specific seed is set for the random number generator |
Method Summary | |
String |
get_name()
Get the random number generator's name. |
long |
get_seed()
Get the random number generator's seed. |
double |
sample()
Generate a new random number. |
(package private) static double |
sample(Sim_random_obj source,
double mean)
|
void |
set_seed(long seed)
Set the random number generator's seed. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sim_negexp_obj(String name, double mean)
Sim_system
is allowed to set the random number
generator's seed
name
- The name to be associated with this instancemean
- The mean of the exponential distributionpublic Sim_negexp_obj(String name, double mean, long seed)
name
- The name to be associated with this instancemean
- The mean of the exponential distributionseed
- The initial seed for the generator, two instances with
the same seed will generate the same sequence of numbersMethod Detail |
public double sample()
sample
in interface ContinuousGenerator
static double sample(Sim_random_obj source, double mean)
public void set_seed(long seed)
set_seed
in interface Generator
seed
- The new seed for the generatorpublic long get_seed()
get_seed
in interface Generator
public String get_name()
get_name
in interface Generator
|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |