thrust::random::minstd_rand

Defined in thrust/random/linear_congruential_engine.h

typedef linear_congruential_engine<std::uint32_t, 48271, 0, 2147483647> thrust::random::minstd_rand

A random number engine with predefined parameters which implements a version of the Minimal Standard random number generation algorithm.

Note

The 10000th consecutive invocation of a default-constructed object of type minstd_rand shall produce the value 399268537 .