|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Generator | |
---|---|
eduni.simjava | Classes that form the main simulation structure of SimJava . |
eduni.simjava.distributions | Classes concerning random number sampling and random variate generation. |
Uses of Generator in eduni.simjava |
---|
Methods in eduni.simjava with parameters of type Generator | |
---|---|
void |
Sim_entity.add_generator(Generator generator)
Add a sample generator to this entity. |
Uses of Generator in eduni.simjava.distributions |
---|
Subinterfaces of Generator in eduni.simjava.distributions | |
---|---|
interface |
ContinuousGenerator
This interface defines the functionality that should be provided by random number generators based on continuous distributions. |
interface |
DiscreteGenerator
This interface defines the functionality that should be provided by random number generators based on discrete distributions. |
Classes in eduni.simjava.distributions that implement Generator | |
---|---|
class |
Sim_bernoulli_obj
A random number generator based on the Bernoulli distribution. |
class |
Sim_beta_obj
A random number generator based on the Beta distribution. |
class |
Sim_betaprime_obj
A random number generator based on the Beta Prime distribution. |
class |
Sim_binomial_obj
A random number generator based on the Binomial distribution. |
class |
Sim_cauchy_obj
A random number generator based on the Cauchy distribution. |
class |
Sim_chisquare_obj
A random number generator based on the Chi-Square distribution. |
class |
Sim_erlang_obj
A random number generator based on the Erlang distribution. |
class |
Sim_f_obj
A random number generator based on the F-distribution. |
class |
Sim_gamma_obj
A random number generator based on the Gamma distribution. |
class |
Sim_geometric_obj
A random number generator based on the Geometric distribution. |
class |
Sim_invgamma_obj
A random number generator based on the Inverted Gamma distribution. |
class |
Sim_logistic_obj
A random number generator based on the Logistic distribution. |
class |
Sim_lognormal_obj
A random number generator based on the Lognormal distribution. |
class |
Sim_negexp_obj
A random number generator based on the Negative Exponential distribution. |
class |
Sim_normal_obj
A random number generator based on the Normal distribution. |
class |
Sim_pareto_obj
A random number generator based on the Pareto distribution. |
class |
Sim_pascal_obj
A random number generator based on the Pascal distribution. |
class |
Sim_poisson_obj
A random number generator based on the Geometric distribution. |
class |
Sim_random_obj
A random number generator producing pseudorandom numbers based on the value of a specific seed. |
class |
Sim_tstudent_obj
A random number generator based on the Student's t distribution. |
class |
Sim_uniform_obj
A random number generator based on the Uniform distribution. |
class |
Sim_weibull_obj
A random number generator based on the Weibull distribution. |
|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |