Skip to content

Use Reproducible RNG #5

@ociaw

Description

@ociaw

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions