MersenneTwisterEngine.seedImpl
private
void seedImpl(UIntType value, ref State mtState) static @nogcImplementation of the seeding mechanism, which can be used with an arbitrary State instance
private
void seedImpl(T)(T range, ref State mtState) if (isInputRange!T && is(immutable ElementType!T == immutable UIntType)) staticImplementation of the range-based seeding mechanism, which can be used with an arbitrary State instance