Skip to content

rho-mu, v2.2.0

Compare
Choose a tag to compare
@cicirello cicirello released this 30 Apr 15:38
· 697 commits to main since this release

[2.2.0] - 2022-04-30

Added

  • Subclasses of EnhancedRandomGenerator as wrappers for objects that implement the subinterfaces
    of RandomGenerator enabling adding to those objects all of the functionality of the
    RandomIndexer and RandomVariates classes. The new subclasses of EnhancedRandomGenerator include:
    • EnhancedSplittableGenerator, which is a wrapper for RandomGenerator.SplittableGenerator,
    • EnhancedJumpableGenerator, which is a wrapper for RandomGenerator.JumpableGenerator,
    • EnhancedLeapableGenerator, which is a wrapper for RandomGenerator.LeapableGenerator,
    • EnhancedStreamableGenerator, which is a wrapper for RandomGenerator.StreamableGenerator, and
    • EnhancedArbitrarilyJumpableGenerator, which is a wrapper for RandomGenerator.ArbitrarilyJumpableGenerator.