Feature request: better randomness #3568
jbodner09
started this conversation in
Discussions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, random numbers are generated in
code_800FD970.cin a very fast but potentially predictable way. Since we have access to C++'s library, we should make use of it (behind a cvar) for much more random randomness. It should be easy to add a Mersenne Twister 19937 generator in OTRGlobals that can be called in the existing random number functions when necessary.Beta Was this translation helpful? Give feedback.
All reactions