|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objecteduni.simjava.distributions.Sim_binomial_obj
A random number generator based on the Binomial distribution.
| Constructor Summary | |
Sim_binomial_obj(String name,
double prob,
long trials)
Constructor with which Sim_system is allowed to set the random number
generator's seed |
|
Sim_binomial_obj(String name,
double prob,
long trials,
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. |
long |
sample()
Generate a new random number. |
(package private) static long |
sample(Sim_random_obj source,
double prob,
long trials)
|
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_binomial_obj(String name,
double prob,
long trials)
Sim_system is allowed to set the random number
generator's seed
name - The name to be associated with this instanceprob - The probability of success in a trialtrials - The number of trials
public Sim_binomial_obj(String name,
double prob,
long trials,
long seed)
name - The name to be associated with this instanceprob - The probability of successtrials - The number of trialsseed - The initial seed for the generator, two instances with
the same seed will generate the same sequence of numbers| Method Detail |
public long sample()
sample in interface DiscreteGenerator
static long sample(Sim_random_obj source,
double prob,
long trials)
public void set_seed(long seed)
set_seed in interface Generatorseed - The new seed for the generatorpublic long get_seed()
get_seed in interface Generatorpublic String get_name()
get_name in interface Generator
|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||