Uses of Class
org.cicirello.math.rand.EnhancedStreamableGenerator
Package
Description
Collection of classes related to random number generation.
-
Uses of EnhancedStreamableGenerator in org.cicirello.math.rand
Modifier and TypeClassDescriptionclass
An EnhancedArbitrarilyJumpableGenerator is used to wrap an object of any class that implementsRandomGenerator.ArbitrarilyJumpableGenerator
for the purpose of adding all of the functionality of theRandomIndexer
,RandomSampler
, andRandomVariates
.class
An EnhancedJumpableGenerator is used to wrap an object of any class that implementsRandomGenerator.JumpableGenerator
for the purpose of adding all of the functionality of theRandomIndexer
,RandomSampler
, andRandomVariates
.class
An EnhancedLeapableGenerator is used to wrap an object of any class that implementsRandomGenerator.LeapableGenerator
for the purpose of adding all of the functionality of theRandomIndexer
,RandomSampler
, andRandomVariates
.final class
An EnhancedSplittableGenerator is used to wrap an object of any class that implementsRandomGenerator.SplittableGenerator
for the purpose of adding all of the functionality of theRandomIndexer
,RandomSampler
, andRandomVariates
.Modifier and TypeMethodDescriptionstatic EnhancedStreamableGenerator
Gets 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.