Fixed several compilation errors

This commit is contained in:
Bram
2020-10-28 12:22:53 +01:00
parent 4bd5344b7d
commit edc16f6d5e
7 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace Random {
using RandGenerator = std::mt19937;
RandGenerator& getRandGenerator();
RandGenerator createSeededGenerator(std::size_t seed);
RandGenerator createSeededGenerator(uint_fast32_t seed);
template <typename T>
T