Skip to content

rho-mu, v2.4.0

Compare
Choose a tag to compare
@cicirello cicirello released this 26 Aug 18:59
· 546 commits to main since this release

[2.4.0] - 2022-08-26

Added

  • Directory of example programs added to the GitHub repository, including:
    • Examples of the basic usage of the EnhancedRandomGenerator class, including potential use as a drop-in replacement, as well as demonstrations of enhancements to existing methods of Java's RandomGenerators, as well as functionality added by the class.
    • Demonstration of speed advantage of enhanced nextInt(bound) over Java API's builtin method.
    • Demonstration of ultrafast nextBiasedInt(bound) for cases where strict uniformity not needed.

Other

  • Release to cause Zenodo to archive for JOSS paper.