1 #ifndef CAPSTONE_UNIFORM_H 2 #define CAPSTONE_UNIFORM_H 4 #include "../distribution.h" 5 #include "../../bounds.h" 19 Uniform (bounds, generateSeed()) {}
37 #endif //CAPSTONE_UNIFORM_H Store lower inclusive and upper exclusive boundaries as container for interaction with random number ...
std::mt19937 mt
Mersenne Twister pseudo-random number generator, initialised by the given seed and used to generate n...
std::size_t const seed
Seed used to initialise the random number generator.
Abstract base class for initialising random number distributions.