Go to the source code of this file.
Defines | |
#define | MT19937AR_VERSION "0.20100917" |
Functions | |
void | mt_init_genrand (unsigned long s) |
initializes the generator with a seed | |
double | mt_genrand_res53 (void) |
generates a random number on [0,1) with 53-bit resolution |
#define MT19937AR_VERSION "0.20100917" |
Definition at line 8 of file mt19937ar.h.
double mt_genrand_res53 | ( | void | ) |
generates a random number on [0,1) with 53-bit resolution
Definition at line 149 of file mt19937ar.c.
void mt_init_genrand | ( | unsigned long | s | ) |
initializes the generator with a seed
Definition at line 141 of file mt19937ar.c.