diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 22:19:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 22:19:15 +0100 |
commit | 07b8a5b0baed8c7b23681c99f25f297045945bfc (patch) | |
tree | 8383b4b675aba53d19a667f4713c3e73c32e9652 /backend/RNG.h | |
parent | d554cb39a2f1ec97dd214a5dd200ae5f03cf616d (diff) |
fix more bugs
Diffstat (limited to 'backend/RNG.h')
-rw-r--r-- | backend/RNG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/RNG.h b/backend/RNG.h index 3c168bd..f6ae887 100644 --- a/backend/RNG.h +++ b/backend/RNG.h @@ -7,6 +7,7 @@ class RNG { public: static RNG & get(); + static std::mt19937 & get_engine(); public: int rand_int(const int upper); |