Ceylan::Maths::Random Namespace Reference

Gathers all stochastic mechanisms. More...

Classes

class  NormalProbabilityFunction
 Probability function used for gaussian (normal) distributions. More...
class  ProbabilityFunction
 A probability function (also called the probability density function, or density function) of a continuous distribution is defined as the derivative of the (cumulative) distribution function. More...
class  RandomGenerator
 Abstract mother class of all kinds of random generators. More...
class  RandomGeneratorFromPDF
 Random generator created from a user-defined probability density function (PDF). More...
class  WhiteNoiseGenerator
 White noise generator: the probabilistic law of the output random values is uniform: each value should have the same probability of showing up, in specified range. More...

Typedefs

typedef Ceylan::Sint32 Sample
 Samples for distributions.
typedef Ceylan::Float32 Deviation
 Used for standard deviation.
typedef Ceylan::Float32 Probability
 Probability, should always be between 0 and 1, included.
typedef unsigned int Seed
 Seeds are initial values used for random generators.
typedef unsigned int RandomValue
 The type of the results of a random generator.

Detailed Description

Gathers all stochastic mechanisms.


Typedef Documentation

Used for standard deviation.

Definition at line 57 of file CeylanProbability.h.

Probability, should always be between 0 and 1, included.

Definition at line 61 of file CeylanProbability.h.

typedef unsigned int Ceylan::Maths::Random::RandomValue

The type of the results of a random generator.

Definition at line 59 of file CeylanRandomGenerator.h.

Samples for distributions.

Definition at line 53 of file CeylanProbability.h.

typedef unsigned int Ceylan::Maths::Random::Seed

Seeds are initial values used for random generators.

Definition at line 55 of file CeylanRandomGenerator.h.

Generated on Mon Nov 29 13:41:24 2010 for Ceylan by  doxygen 1.6.3