|
liba 0.1.15
An algorithm library based on C/C++
|
instance structure for the permuted congruential generator and 64-bit integer arithmetic More...
#include <rand.h>
Data Fields | |
| a_u64 | a |
| a_u64 | c |
| a_u64 | x |
instance structure for the permuted congruential generator and 64-bit integer arithmetic
| a_u64 a_rand_pcg32::a |
multiplier term
| a_u64 a_rand_pcg32::c |
increment term
| a_u64 a_rand_pcg32::x |
random state