Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Functions
mt19937ar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mt_state

Macros

#define N   624

Functions

void mrb_random_init_genrand (mt_state *, unsigned long)
unsigned long mrb_random_genrand_int32 (mt_state *)
double mrb_random_genrand_real1 (mt_state *t)
void init_genrand (unsigned long s)
void init_by_array (unsigned long init_key[], int key_length)
unsigned long genrand_int32 (void)
long genrand_int31 (void)
double genrand_real1 (void)
double genrand_real2 (void)
double genrand_real3 (void)
double genrand_res53 (void)

Macro Definition Documentation

#define N   624

Definition at line 7 of file mt19937ar.h.

Function Documentation

long genrand_int31 ( void  )

Definition at line 161 of file mt19937ar.c.

Here is the call graph for this function:

unsigned long genrand_int32 ( void  )

Definition at line 123 of file mt19937ar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

double genrand_real1 ( void  )

Definition at line 167 of file mt19937ar.c.

Here is the call graph for this function:

double genrand_real2 ( void  )

Definition at line 174 of file mt19937ar.c.

Here is the call graph for this function:

double genrand_real3 ( void  )

Definition at line 181 of file mt19937ar.c.

Here is the call graph for this function:

double genrand_res53 ( void  )

Definition at line 188 of file mt19937ar.c.

Here is the call graph for this function:

void init_by_array ( unsigned long  init_key[],
int  key_length 
)

Definition at line 97 of file mt19937ar.c.

Here is the call graph for this function:

void init_genrand ( unsigned long  s)

Definition at line 78 of file mt19937ar.c.

Here is the caller graph for this function:

unsigned long mrb_random_genrand_int32 ( mt_state )

Definition at line 30 of file mt19937ar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

double mrb_random_genrand_real1 ( mt_state t)

Definition at line 69 of file mt19937ar.c.

Here is the call graph for this function:

void mrb_random_init_genrand ( mt_state ,
unsigned  long 
)

Definition at line 20 of file mt19937ar.c.

Here is the caller graph for this function: