SFMT  1.4
Data Fields
SFMT_T Struct Reference

SFMT internal state. More...

#include <SFMT.h>

Data Fields

w128_t state [SFMT_N]
 the 128-bit internal state array More...
 
int idx
 index counter to the 32-bit internal state array More...
 

Detailed Description

SFMT internal state.

Field Documentation

◆ idx

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().

◆ state

w128_t SFMT_T::state[SFMT_N]

The documentation for this struct was generated from the following file: