Uses of Interface
java.util.random.RandomGenerator.SplittableGenerator
Packages that use 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
Classes in java.util that implement RandomGenerator.SplittableGeneratorModifier 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.Methods in java.util that return types with arguments of type RandomGenerator.SplittableGeneratorModifier 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.Methods in java.util with parameters of type RandomGenerator.SplittableGeneratorModifier 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
Methods in java.util.random that return RandomGenerator.SplittableGeneratorModifier 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.Methods in java.util.random that return types with arguments of type RandomGenerator.SplittableGeneratorModifier 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.Methods in java.util.random with parameters of type RandomGenerator.SplittableGeneratorModifier 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.