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