|
numerics
|
#include <random>Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::markov |
Functions | |
| template<typename RNG = std::mt19937> | |
| RNG | num::markov::make_seeded_rng () |
| Construct an RNG seeded from hardware entropy. | |
| template<typename RNG = std::mt19937> | |
| RNG | num::markov::make_rng (typename RNG::result_type seed) |
| Construct an RNG from a fixed seed (for reproducible runs). | |