last update 20 Sep 2009 |
#include "cvrFunctor.h"
#include <cstdio>
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) |