thrust::random::ranlux24_base
Defined in thrust/random/subtract_with_carry_engine.h
-
typedef subtract_with_carry_engine<std::uint32_t, 24, 10, 24> thrust::random::ranlux24_base
A random number engine with predefined parameters which implements the base engine of the
ranlux24
random number engine.Note
The 10000th consecutive invocation of a default-constructed object of type
ranlux24_base
shall produce the value7937952
.