aboutsummaryrefslogtreecommitdiff
path: root/src/randomization/seed_generator.cpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-02 20:07:09 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:00 +0200
commitcf3bfd60ad03f2feb2ccc62a12fc2922bdc2fb71 (patch)
tree9ea6c1465ec499cff6b24fe57d1a1b2e469a2dd1 /src/randomization/seed_generator.cpp
parenteecf4b1e666211a13afa56f93477c55e8fd01621 (diff)
refactor: remove randomization & argument parser
Diffstat (limited to 'src/randomization/seed_generator.cpp')
-rw-r--r--src/randomization/seed_generator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/randomization/seed_generator.cpp b/src/randomization/seed_generator.cpp
deleted file mode 100644
index a0f9303..0000000
--- a/src/randomization/seed_generator.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "seed_generator.hpp"
-
-auto SeedGenerator::random_seed() noexcept -> uint32_t
-{
- return _random_device();
-}