Seeds a MersenneTwisterEngine object.
Note:
This seed function gives 2^w starting points (the lowest w bits of
the value provided will be used). To allow the RNG to be started
in any one of its internal states use the seed overload taking an
InputRange.
voidseed(UIntType value)
structMersenneTwisterEngine(UIntType, size_t w, size_t n, size_t m, size_t r, UIntType a, size_t u, UIntType d, size_t s, UIntType b, size_t t, UIntType c, size_t l, UIntType f)
Seeds a MersenneTwisterEngine object. Note: This seed function gives 2^w starting points (the lowest w bits of the value provided will be used). To allow the RNG to be started in any one of its internal states use the seed overload taking an InputRange.