thrust::random::ranlux24
Defined in thrust/random.h
-
typedef discard_block_engine<ranlux24_base, 223, 23> thrust::random::ranlux24
A random number engine with predefined parameters which implements the RANLUX level-3 random number generation algorithm.
Note
The 10000th consecutive invocation of a default-constructed object of type
ranlux24
shall produce the value9901578
.