00001 #ifndef _MT19937AR_H
00002 #define _MT19937AR_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 #define MT19937AR_VERSION "0.20100917"
00009
00010 void mt_init_genrand(unsigned long s);
00011 double mt_genrand_res53(void);
00012
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016
00017 #endif