Uses of Class
org.cicirello.math.rand.EnhancedLeapableGenerator
Package
Description
Collection of classes related to random number generation.
-
Uses of EnhancedLeapableGenerator 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
.Modifier and TypeMethodDescriptionEnhancedLeapableGenerator.copy()
Creates and returns a new EnhancedLeapableGenerator whose internal state is an exact copy of this one.EnhancedLeapableGenerator.copyAndLeap()
Creates a copy of this EnhancedLeapableGenerator, leaps this EnhancedLeapableGenerator forward, and then returns the copy.static EnhancedLeapableGenerator
Gets an EnhancedLeapableGenerator wrapping an instance of any random number generator supported by your version of Java as specified by its name, as documented via theRandomGenerator.LeapableGenerator.of(java.lang.String)
method.