Skip to content

rho-mu, v4.1.0

Compare
Choose a tag to compare
@cicirello cicirello released this 08 Jun 18:42
· 94 commits to main since this release
89fa3ca

[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.