| Bernoulli.cpp [code] | Implements methods for class Bernoulli that simulates a "Bernoulli trial", which is like a coin toss |
| Bernoulli.h [code] | Contains a class that simulates a "Bernoulli trial", which is like a coin toss |
| Binomial.cpp [code] | Implements methods for class Binomial that simulates a "Binomial distribution" |
| Binomial.h [code] | Contains a class that simulates a "Binomial distribution" |
| Cauchy.cpp [code] | Implements methods for class Cauchy, that simulates a "standard %Cauchy distribution" |
| Cauchy.h [code] | Contains a class that simulates a "standard %Cauchy distribution" |
| DiffGeometric.cpp [code] | Implements methods for class DiffGeometric that simulates a "Differential Geometric distribution" |
| DiffGeometric.h [code] | Contains a class that simulates a "Differential Geometric distribution" |
| Dirichlet.cpp [code] | Dirichlet distribution |
| Dirichlet.h [code] | Dirichlet distribution |
| DiscreteUniform.cpp [code] | Implements methods for class DiscreteUniform that simulates a "uniform distribution" with integer numbers |
| DiscreteUniform.h [code] | Contains a class that simulates a "uniform distribution" with integer numbers |
| Documentation [code] | |
| Erlang.cpp [code] | Implements methods for a class Erlang, that simulates an "%Erlang distribution" |
| Erlang.h [code] | Contains a class that simulates an "%Erlang distribution" |
| Gamma.cpp [code] | Gamma distribution |
| Gamma.h [code] | Gamma distribution |
| Geometric.cpp [code] | Implements methods for class Geometric that simulates a "%Geometric distribution" |
| Geometric.h [code] | Contains a class that simulates a "%Geometric distribution" |
| GlobalRng.cpp [code] | Implements a method for class Rng that subsumes several often used random number generators |
| GlobalRng.h [code] | Contains a class that subsumes several often used random number generators |
| HyperGeometric.cpp [code] | Implements methods for class HyperGeometric, that simulates a "Hyper %Geometric distribution" |
| HyperGeometric.h [code] | Contains a class that simulates a "Hyper %Geometric distribution" |
| LogNormal.cpp [code] | Implements methods for class LogNormal that simulates a "Log %Normal distribution" |
| LogNormal.h [code] | Contains a class that simulates a "Log %Normal distribution" |
| NegExponential.cpp [code] | Implements methods for class NegExponential that simulates a "negative exponential distribution" |
| NegExponential.h [code] | Contains a class that simulates a "negative exponential distribution" |
| Normal.cpp [code] | Implements methods for class Normal that simulates a "normal", i.e. gaussian distribution |
| Normal.h [code] | Contains a class that simulates a "normal", i.e. gaussian distribution |
| Poisson.cpp [code] | Implements methods for class Poisson that simulates a "%Poisson distribution" |
| Poisson.h [code] | Contains a class that simulates a "%Poisson distribution" |
| RandomVar.h [code] | Contains a template class that will define the basic operations for all random number generators of library "#Rng", mostly for Monte Carlo simulations |
| RNG.cpp [code] | This file defines a global instantiation of class RNG, that defines a generator for uniformally distributed pseudo random numbers of the interval (0,1) |
| RNG.h [code] | This file contains a class, that defines a generator for uniformally distributed pseudo random numbers of the interval (0,1) |
| Uniform.cpp [code] | Implements methods for class Uniform that simulates a "uniform distribution" |
| Uniform.h [code] | Contains a class that simulates a "uniform distribution" |
| Weibull.cpp [code] | Implements methods for class Weibull, that simulates a "%Weibull distribution" |
| Weibull.h [code] | Contains a class that simulates a "%Weibull distribution" |