-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently we use System.Random. However, while it does take a seed, Random isn't actually guaranteed to return the same numbers across different versions of the runtime. In addition, it has flaws that mean the numbers it generates aren't as high quality as intended. This makes a strong case for moving to a high quality, reproducible RNG instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels