mt19937ar.h 81 B

123456
  1. #ifndef _MT19937AR_H
  2. #define _MT19937AR_H
  3. extern int (*genrand_int31)();
  4. #endif