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