Uses of Class
org.cicirello.math.rand.EnhancedStreamableGenerator
Packages that use EnhancedStreamableGenerator
Package
Description
Collection of classes related to random number generation.
-
Uses of EnhancedStreamableGenerator in org.cicirello.math.rand
Subclasses of EnhancedStreamableGenerator in org.cicirello.math.randModifier and TypeClassDescriptionclassAn EnhancedArbitrarilyJumpableGenerator is used to wrap an object of any class that implementsRandomGenerator.ArbitrarilyJumpableGeneratorfor the purpose of adding all of the functionality of theRandomIndexer,RandomSampler, andRandomVariates.classAn EnhancedJumpableGenerator is used to wrap an object of any class that implementsRandomGenerator.JumpableGeneratorfor the purpose of adding all of the functionality of theRandomIndexer,RandomSampler, andRandomVariates.classAn EnhancedLeapableGenerator is used to wrap an object of any class that implementsRandomGenerator.LeapableGeneratorfor the purpose of adding all of the functionality of theRandomIndexer,RandomSampler, andRandomVariates.final classAn EnhancedSplittableGenerator is used to wrap an object of any class that implementsRandomGenerator.SplittableGeneratorfor the purpose of adding all of the functionality of theRandomIndexer,RandomSampler, andRandomVariates.Methods in org.cicirello.math.rand that return EnhancedStreamableGeneratorModifier and TypeMethodDescriptionstatic EnhancedStreamableGeneratorGets an EnhancedStreamableGenerator wrapping an instance of any random number generator supported by your version of Java as specified by its name, as documented via theRandomGenerator.StreamableGenerator.of(java.lang.String)method.