diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 08:15:23 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 08:15:23 -0800 |
commit | a828620c6447e8c51f6e9d1767eabe0fc5ade0a0 (patch) | |
tree | ce54393a34eb02ce5f801487f170d9c0d99bb66e /Source/Random.cpp | |
parent | 1d1218aa855a0b7500c94d5017575855d646e1c4 (diff) | |
download | witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.tar.gz witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.tar.bz2 witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.zip |
moving stuff so I can test
Diffstat (limited to 'Source/Random.cpp')
-rw-r--r-- | Source/Random.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Random.cpp b/Source/Random.cpp index cc3eb6c..c921e58 100644 --- a/Source/Random.cpp +++ b/Source/Random.cpp | |||
@@ -1,5 +1,4 @@ | |||
1 | #include <chrono> | 1 | #include <chrono> |
2 | |||
3 | #include "Random.h" | 2 | #include "Random.h" |
4 | 3 | ||
5 | int Random::s_seed = time(nullptr); // Seed from the time in milliseconds | 4 | int Random::s_seed = time(nullptr); // Seed from the time in milliseconds |