You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.1.0] - 2024-06-08
Changed
Improved Gaussian random number generation from ThreadLocalRandom in methods of RandomVariates class (internal change).
Improved Gaussian random number generation in static methods of RandomVariates to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generators Random and SecureRandom) or the Java API implementation of the modified ziggurat for all others (internal change).
Improved Gaussian random number generation in EnhancedRandomGenerator class to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generator Random) or the Java API implementation of the modified ziggurat for all others (internal change).
Fixed
Added missing overrides in EnhancedSplittableRandom of the rngs and erngs methods.
Added missing overrides in EnhancedJumpableRandom of the rngs and erngs methods.