The flutter shutter camera simulator
|
Go to the source code of this file.
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 |
double mt_genrand_res53 | ( | void | ) |
generates a random number on [0,1) with 53-bit resolution
Definition at line 144 of file mt19937ar.c.
void mt_init_genrand | ( | unsigned long | s | ) |
initializes the generator with a seed
Definition at line 135 of file mt19937ar.c.