00001 #ifndef _MT_H
00002 #define _MT_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 #define MT_VERSION "0.20110616"
00009
00010 void mt_init(unsigned long s);
00011 void mt_init_auto(void);
00012 double mt_drand53(void);
00013
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017
00018 #endif