aboutsummaryrefslogtreecommitdiff
path: root/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random.h')
-rw-r--r--random.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/random.h b/random.h
deleted file mode 100644
index 309cd71..0000000
--- a/random.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef RANDOM_H
-#define RANDOM_H
-
-#include "mt19937ar.h"
-
-double randn(void);
-
-#endif