SFMT
1.4
|
SFMT internal state. More...
#include <SFMT.h>
Data Fields | |
w128_t | state [SFMT_N] |
the 128-bit internal state array | |
int | idx |
index counter to the 32-bit internal state array |
SFMT internal state.
int SFMT_T::idx |
index counter to the 32-bit internal state array
Referenced by sfmt_fill_array32(), sfmt_fill_array64(), sfmt_genrand_uint32(), sfmt_genrand_uint64(), sfmt_init_by_array(), and sfmt_init_gen_rand().
w128_t SFMT_T::state[SFMT_N] |
the 128-bit internal state array
Referenced by gen_rand_array(), period_certification(), sfmt_gen_rand_all(), sfmt_genrand_uint32(), sfmt_genrand_uint64(), sfmt_init_by_array(), and sfmt_init_gen_rand().