Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
mt_state Struct Reference

#include <mt19937ar.h>

Data Fields

unsigned long mt [N]
int mti
union {
   unsigned long   gen_int
   double   gen_dbl
}; 

Detailed Description

Definition at line 9 of file mt19937ar.h.

Field Documentation

union { ... }
double gen_dbl

Definition at line 14 of file mt19937ar.h.

unsigned long gen_int

Definition at line 13 of file mt19937ar.h.

unsigned long mt[N]

Definition at line 10 of file mt19937ar.h.

int mti

Definition at line 11 of file mt19937ar.h.


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