restored getTime in rand gen

This commit is contained in:
FinnHornhoover
2021-04-04 03:41:04 -07:00
committed by Gent Semaj
parent 001a0b8d4b
commit 44fd66b511
3 changed files with 5 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
namespace Rand {
extern std::unique_ptr<std::mt19937> generator;
void init();
void init(uint64_t seed);
int32_t rand(int32_t startInclusive, int32_t endExclusive);
int32_t rand(int32_t endExclusive);