#include <rand-clcg4.h>
Data Fields | |
long long | b [4] |
int32_t | m [4] |
int32_t | a [4] |
int32_t | aw [4] |
int32_t | avw [4] |
int32_t | seed [4] |
Definition at line 9 of file rand-clcg4.h.
int32_t tw_rng::a |
Definition at line 20 of file rand-clcg4.h.
int32_t tw_rng::avw |
Definition at line 22 of file rand-clcg4.h.
Referenced by tw_rand_initial_seed().
int32_t tw_rng::aw |
Definition at line 21 of file rand-clcg4.h.
Referenced by rng_init_generator().
long long tw_rng::b |
Definition at line 14 of file rand-clcg4.h.
int32_t tw_rng::m |
Definition at line 19 of file rand-clcg4.h.
Referenced by rng_init_generator(), and tw_rand_initial_seed().
int32_t tw_rng::seed |
Definition at line 25 of file rand-clcg4.h.
Referenced by tw_rand_initial_seed().