6 lines
81 B
C
Raw Normal View History

2024-09-24 14:54:57 +02:00
#ifndef _MT19937AR_H
#define _MT19937AR_H
extern int (*genrand_int31)();
#endif