mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-05 15:55:45 +00:00
Add a comment explaining the pick of the prng
This commit is contained in:
parent
769be88d43
commit
d7de17a1ac
@ -10,6 +10,7 @@
|
||||
*/
|
||||
namespace Misc::Rng
|
||||
{
|
||||
/// The use of a rather minimalistic prng is preferred to avoid saving a lot of state in the save game.
|
||||
using Generator = std::minstd_rand;
|
||||
|
||||
Generator& getGenerator();
|
||||
|
Loading…
Reference in New Issue
Block a user