mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-23 23:20:06 +00:00
restored getTime in rand gen
This commit is contained in:
committed by
Gent Semaj
parent
001a0b8d4b
commit
44fd66b511
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user