#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 35 of file rand-clcg4.h.
| int32_t tw_rng_stream::Cg |
Definition at line 40 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 37 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 |
Definition at line 38 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), rng_init_generator(), rng_set_seed(), and tw_rand_initial_seed().
| int32_t tw_rng_stream::Lg |
Definition at line 39 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 47 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 45 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 46 of file rand-clcg4.h.
Referenced by io_lp_deserialize(), io_lp_serialize(), and tw_rand_normal01().