Uses of Interface
java.util.random.RandomGenerator.LeapableGenerator
Package
Description
This package contains classes and interfaces that support a generic API
for random number generation.
-
Uses of RandomGenerator.LeapableGenerator in java.util.random
Modifier and TypeInterfaceDescriptionstatic interface
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can easily jump forward, by an arbitrary amount, to a distant point in the state cycle.Modifier and TypeMethodDescriptionRandomGenerator.LeapableGenerator.copy()
Returns a new generator whose internal state is an exact copy of this generator (therefore their future behavior should be identical if subjected to the same series of operations).