#include "CeylanMathsBasic.h"#include "CeylanTypes.h"#include <string>

Go to the source code of this file.
Classes | |
| class | Ceylan::Maths::Random::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... | |
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 Ceylan::Sint32 | Ceylan::Maths::Random::Sample |
| Samples for distributions. | |
| typedef Ceylan::Float32 | Ceylan::Maths::Random::Deviation |
| Used for standard deviation. | |
| typedef Ceylan::Float32 | Ceylan::Maths::Random::Probability |
| Probability, should always be between 0 and 1, included. | |
1.6.3