The flutter shutter camera simulator
Functions
mt19937ar.h File Reference
This graph shows which files directly or indirectly include this file:

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

Function Documentation

double mt_genrand_res53 ( void  )

generates a random number on [0,1) with 53-bit resolution

Definition at line 144 of file mt19937ar.c.

Here is the caller graph for this function:

void mt_init_genrand ( unsigned long  s)

initializes the generator with a seed

Definition at line 135 of file mt19937ar.c.

Here is the caller graph for this function:

 All Files Functions Variables Typedefs Defines