Implementing Thomas's RNG implementation to replace PR #3789 by SimonDarksideJ · Pull Request #8861 · MonoGame/MonoGame

@SimonDarksideJ

@SimonDarksideJ

ThomasFOG

CartBlanche pushed a commit that referenced this pull request

Jun 27, 2025
# Description of Change

Replaces #3789 RNG implementation with one provided by @ThomasFOG 

Closes - #3789

Tests included

@ghost ghost mentioned this pull request

Jun 29, 2025

SimonDarksideJ pushed a commit that referenced this pull request

Jun 30, 2025
### Description of Change

This PR changes the repeated check of `resultInt1` to `resultIntN` in
MathHelper.Random introduced in #8861