Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
BernoulliThis class simulates a "Bernoulli trial", which is like a coin toss
BinomialThis class simulates a "Binomial distribution"
CauchyThis class simulates a "standard %Cauchy distribution"
DiffGeometricThis class simulates a "Differential %Geometric distribution"
DirichletThis class simulates a "Dirichlet" distribution
DiscreteUniformThis class simulates a "uniform distribution" with integer numbers
ErlangThis class simulates an Erlang distribution
GammaThis class simulates a "gamma" distribution
GeometricThis class simulates a "%Geometric distribution"
HyperGeometricThis class simulates a "Hyper %Geometric distribution"
LogNormalThis class simulates a "Log %Normal distribution"
NegExponentialThis class simulates a "negative exponential distribution"
NormalThis class simulates a "normal" distribution
PoissonThis class simulates a "%Poisson distribution"
RandomVar< T >Template class used as base for all random number generators of library "#Rng"
RngThis class subsumes several often used random number generators
RNGThis class defines a generator for uniformally distributed pseudo random numbers of the interval (0,1)
UniformThis class simulates a "uniform distribution"
WeibullThis class simulates a "Weibull distribution"