Uses of Class
org.cicirello.math.rand.EnhancedArbitrarilyJumpableGenerator
Package
Description
Collection of classes related to random number generation.
-
Uses of EnhancedArbitrarilyJumpableGenerator in org.cicirello.math.rand
Modifier and TypeMethodDescriptionEnhancedArbitrarilyJumpableGenerator.copy()
Creates and returns a new EnhancedArbitrarilyJumpableGenerator whose internal state is an exact copy of this one.EnhancedArbitrarilyJumpableGenerator.copyAndJump
(double distance) Creates a copy of this EnhancedArbitrarilyJumpableGenerator, jumps this EnhancedArbitrarilyJumpableGenerator forward, and then returns the copy.Gets an EnhancedArbitrarilyJumpableGenerator wrapping an instance of any random number generator supported by your version of Java as specified by its name, as documented via theRandomGenerator.ArbitrarilyJumpableGenerator.of(java.lang.String)
method.Modifier and TypeMethodDescriptionEnhancedArbitrarilyJumpableGenerator.ejumps
(double distance) Gets an effectively unlimited stream ofEnhancedArbitrarilyJumpableGenerator
objects, each wrapping an object of the same random number generator algorithm as this one.EnhancedArbitrarilyJumpableGenerator.ejumps
(long streamSize, double distance) Gets a stream ofEnhancedArbitrarilyJumpableGenerator
objects, each wrapping an object of the same random number generator algorithm as this one.