Some tools for random number generation. More...
#include <random>#include <type_traits>#include <cstdint>Go to the source code of this file.
Some tools for random number generation.
A simple log-normal distribution.
A simple normal distribution based on a biased uniform number generator and the Box-Mueller transform.
A simple uniform distribution based on a biased uniform number generator.
Classes | |
| class | Dumux::SimpleUniformDistribution< Scalar > |
| class | Dumux::SimpleNormalDistribution< Scalar > |
| class | Dumux::SimpleLogNormalDistribution< Scalar > |
Namespaces | |
| namespace | Dumux |