#include "CeylanObject.h"#include "CeylanProbability.h"#include "CeylanMathsBasic.h"#include <string>


Go to the source code of this file.
Classes | |
| class | Ceylan::Maths::Random::RandomGenerator |
| Abstract mother class of all kinds of random generators. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::Maths |
| Contains all maths-related operations and constants. | |
| namespace | Ceylan::Maths::Random |
| Gathers all stochastic mechanisms. | |
Typedefs | |
| typedef unsigned int | Ceylan::Maths::Random::Seed |
| Seeds are initial values used for random generators. | |
| typedef unsigned int | Ceylan::Maths::Random::RandomValue |
| The type of the results of a random generator. | |
1.5.8