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.
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 |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |