diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-08-14 10:08:27 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-08-14 10:08:27 -0500 |
commit | 24c8bcfe7f76b20124e2862ea050f815c0f768e7 (patch) | |
tree | e5bdbd638a2c7f38f1c094cc9e95cbdfe05b9481 /random.h | |
parent | 0b7f199c0d93074484ea580504485a32dc29f5e2 (diff) | |
download | sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.gz sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.bz2 sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.zip |
move everything to src directory
Diffstat (limited to 'random.h')
-rw-r--r-- | random.h | 8 |
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 |