#include <rand-clcg4.h>
Data Fields | |
unsigned long | count |
int32_t | Ig [4] |
int32_t | Lg [4] |
int32_t | Cg [4] |
double | tw_normal_u1 |
double | tw_normal_u2 |
int | tw_normal_flipflop |
Definition at line 32 of file rand-clcg4.h.
int32_t tw_rng_stream::Cg[4] |
Definition at line 37 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), rng_gen_reverse_val(), rng_gen_val(), rng_get_state(), rng_init_generator(), rng_put_state(), and rng_write_state().
unsigned long tw_rng_stream::count |
Definition at line 34 of file rand-clcg4.h.
Referenced by rng_gen_reverse_val(), rng_gen_val(), and tw_rand_initial_seed().
int32_t tw_rng_stream::Ig[4] |
Definition at line 35 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), rng_init_generator(), and rng_set_seed().
int32_t tw_rng_stream::Lg[4] |
Definition at line 36 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), and rng_init_generator().
int tw_rng_stream::tw_normal_flipflop |
Definition at line 44 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), and tw_rand_normal01().
double tw_rng_stream::tw_normal_u1 |
Definition at line 42 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), and tw_rand_normal01().
double tw_rng_stream::tw_normal_u2 |
Definition at line 43 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), and tw_rand_normal01().