diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-29 23:23:26 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-29 23:23:26 +0700 |
| commit | 17ea4d827ad8fa1462447d59f490a007ba706d20 (patch) | |
| tree | 4d4c8952a6de825be79427568621cafb66c037ab /src/Support.cpp | |
| parent | 4c7e7136f125ceb5186fdcc0463a6c10990d1111 (diff) | |
| download | blackshades-17ea4d827ad8fa1462447d59f490a007ba706d20.tar.gz | |
Use more efficient PRNG
Diffstat (limited to 'src/Support.cpp')
| -rw-r--r-- | src/Support.cpp | 8 |
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; -} |
