aboutsummaryrefslogtreecommitdiff
path: root/src/Support.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-29 23:23:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-29 23:23:26 +0700
commit17ea4d827ad8fa1462447d59f490a007ba706d20 (patch)
tree4d4c8952a6de825be79427568621cafb66c037ab /src/Support.cpp
parent4c7e7136f125ceb5186fdcc0463a6c10990d1111 (diff)
downloadblackshades-17ea4d827ad8fa1462447d59f490a007ba706d20.tar.gz
Use more efficient PRNG
Diffstat (limited to 'src/Support.cpp')
-rw-r--r--src/Support.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Support.cpp b/src/Support.cpp
deleted file mode 100644
index 2f24e94..0000000
--- a/src/Support.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-
-#include "Support.h"
-
-int Random()
-{
- return (rand() % 65535) - 32767;
-}