Class Generator_MT19937

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 Functions

result_type operator()()
void seed(uint32_t seed)

Public Static Functions

static inline constexpr result_type min()
static inline constexpr result_type max()