aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_pmp/mt19937ar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/Library/ml_pmp/mt19937ar.h')
-rw-r--r--Src/Plugins/Library/ml_pmp/mt19937ar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_pmp/mt19937ar.h b/Src/Plugins/Library/ml_pmp/mt19937ar.h
new file mode 100644
index 00000000..175d95e1
--- /dev/null
+++ b/Src/Plugins/Library/ml_pmp/mt19937ar.h
@@ -0,0 +1,6 @@
+#ifndef _MT19937AR_H
+#define _MT19937AR_H
+
+extern int (*genrand_int31)();
+
+#endif \ No newline at end of file