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