The flutter shutter camera simulator
|
00001 /* mt19937ar.c */ 00002 00003 #ifdef __cplusplus 00004 extern "C" 00005 { 00006 #endif 00007 00008 void mt_init_genrand(unsigned long s); 00009 double mt_genrand_res53(void); 00010 00011 #ifdef __cplusplus 00012 } 00013 #endif