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