GridSim
v3.1beta

Uses of Interface
eduni.simjava.distributions.ContinuousGenerator

Packages that use ContinuousGenerator
eduni.simjava.distributions Classes concerning random number sampling and random variate generation. 
 

Uses of ContinuousGenerator in eduni.simjava.distributions
 

Classes in eduni.simjava.distributions that implement ContinuousGenerator
 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_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_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_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.
 


GridSim
v3.1beta

The University of Melbourne, Australia, 2004