Uses of Interface
java.util.random.RandomGenerator.SplittableGenerator
Package
Description
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
This package contains classes and interfaces that support a generic API
for random number generation.
-
Uses of RandomGenerator.SplittableGenerator in java.util
Modifier and TypeClassDescriptionfinal class
A generator of uniform pseudorandom values (with period 264) applicable for use in (among other contexts) isolated parallel computations that may generate subtasks.Modifier and TypeMethodDescriptionSplittableRandom.splits()
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.Modifier and TypeMethodDescriptionSplittableRandom.split
(RandomGenerator.SplittableGenerator source) Returns a new pseudorandom number generator, split off from this one, that implements theRandomGenerator
andRandomGenerator.SplittableGenerator
interfaces.SplittableRandom.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface. -
Uses of RandomGenerator.SplittableGenerator in java.util.random
Modifier and TypeMethodDescriptionRandomGenerator.SplittableGenerator.split()
Returns a new pseudorandom number generator, split off from this one, that implements theRandomGenerator
andRandomGenerator.SplittableGenerator
interfaces.RandomGenerator.SplittableGenerator.split
(RandomGenerator.SplittableGenerator source) Returns a new pseudorandom number generator, split off from this one, that implements theRandomGenerator
andRandomGenerator.SplittableGenerator
interfaces.Modifier and TypeMethodDescriptionRandomGenerator.SplittableGenerator.splits()
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.RandomGenerator.SplittableGenerator.splits
(long streamSize) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.RandomGenerator.SplittableGenerator.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.RandomGenerator.SplittableGenerator.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.Modifier and TypeMethodDescriptionRandomGenerator.SplittableGenerator.split
(RandomGenerator.SplittableGenerator source) Returns a new pseudorandom number generator, split off from this one, that implements theRandomGenerator
andRandomGenerator.SplittableGenerator
interfaces.RandomGenerator.SplittableGenerator.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.RandomGenerator.SplittableGenerator.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.