mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 23:07:06 +02:00
fx
This commit is contained in:
parent
074ead14f3
commit
64387c4c10
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ namespace Common::Random {
|
||||||
return g_random_device();
|
return g_random_device();
|
||||||
}
|
}
|
||||||
[[nodiscard]] std::mt19937 GetMT19937() noexcept {
|
[[nodiscard]] std::mt19937 GetMT19937() noexcept {
|
||||||
return std::mt19937(g_random_device);
|
return std::mt19937(g_random_device());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue