Class Generator_MT19937
Defined in File RandomGenerators.h
Class Documentation
-
class Generator_MT19937
Portable MT19937 random generator, C++11 UniformRandomBitGenerator compliant.
It is ensured to generate the same numbers on any compiler and system.
Public Types
-
using result_type = uint32_t
Public Static Functions
-
static inline constexpr result_type min()
-
static inline constexpr result_type max()
-
using result_type = uint32_t