Random Variables


RandomGen
The basic class for Random Number Generator
RandomVar
The basic abstract class for random variables
DeltaVar
This class returns always the same number (a constant)
UniformVar
This class implements an uniform distribution, between min and max
ExponentialVar
This class implements an exponential distribution, with mean m
ParetoVar
This class implements a pareto distribution, with parameters m and k
NormalVar
This class implements a normal distribution, with mean m variance sigma
PoissonVar
This class implements a Poisson distribution, with mean lambda
DetVar
This class implements a deterministic variable
This classes are used to generate pseudo-random numbers according to a certain distribution. Every derived class should implement a given distribution. This class is abstract: a derived class must overload method get() to return a double. Future Work: extend the class to support different pseudo-casual number generators.
Author:
Giuseppe Lipari, Gerardo Lamastra, Antonino Casile.
Version:
1.0

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de