00001 /* 00002 // File: twister.h < twister.c > 00003 // 00004 // Purpose: 00005 // functions related to the random number generator (Mersenne twister) 00007 00056 #include "isim/various.h" 00057 #include "maloc/maloc.h" 00058 00059 #ifndef _TWISTER_INLINES_ 00060 #else 00061 #endif /* ifndef _TWISTER_INLINES_ */ 00062 00063 #ifndef _TWISTER_H_ 00067 #define _TWISTER_H_ 1 00068 00074 void sgenrand(unsigned long seed); 00075 00081 void lsgenrand(unsigned long seed_array[]); 00082 00088 double genrand(); 00089 00090 00091 #endif /* ifndef _TWISTER_H_ */ 00092 00093
1.2.14 written by Dimitri van Heesch,
© 1997-2002