CVR-Lib last update 20 Sep 2009

cvrRandomDistribution.h File Reference

Contains the class cvr::randomDistribution, which is the parent class of all random distributions in the library. More...

#include "cvrFunctor.h"
#include <cstdio>

Include dependency graph for cvrRandomDistribution.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cvr::randomDistribution
 Class randomDistribution. More...
class  cvr::randomDistribution::randomDistribution::parameters
 The parameters for the class randomDistribution. More...
class  cvr::randomDistribution::randomDistribution::rndBase
 Pure virtual nested class base of all random number generators. More...
class  cvr::randomDistribution::randomDistribution::rndSystem
 Wrapper for the <cstdlib> rand() function. More...
class  cvr::randomDistribution::randomDistribution::rndStochastic
 Wrapper for <random> std::tr1::random_device, which is a hardware based true, unpredictable, random number generator. More...
class  cvr::randomDistribution::randomDistribution::rndMinStd
 Linear Congruency Random Number Generator. More...
class  cvr::randomDistribution::randomDistribution::rndMinStd0
 Linear Congruency Random Number Generator. More...
class  cvr::randomDistribution::randomDistribution::rndMersenneTwister
 Mersenne Twister Random Number Generator. More...

Namespaces

namespace  cvr

Functions

bool cvr::read (ioHandler &handler, randomDistribution::eNumberGenerator &data)
bool cvr::write (ioHandler &handler, const randomDistribution::eNumberGenerator &data)


Detailed Description

Contains the class cvr::randomDistribution, which is the parent class of all random distributions in the library.

Author:
Pablo Alvarado
Date:
21.09.2007
revisions ..:
Id
cvrRandomDistribution.h,v 1.3 2007/10/22 00:46:23 alvarado Exp

Generated on Sun Sep 20 22:08:26 2009 for CVR-Lib by Doxygen 1.5.8