Uses of Package
jdk.internal.util.random
Packages that use jdk.internal.util.random
Package
Description
Provides the classes and interfaces for the security framework.
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.
Utility classes commonly useful in concurrent programming.
-
Classes in jdk.internal.util.random used by java.securityClassDescriptionThis class overrides the stream-producing methods (such as
ints
()) in classRandomGenerator
to provideSpliterator
-based implmentations that support potentially parallel execution. -
Classes in jdk.internal.util.random used by java.utilClassDescriptionThis class overrides the stream-producing methods (such as
ints
()) in classRandomGenerator
to provideSpliterator
-based implmentations that support potentially parallel execution.This class provides much of the implementation of theRandomGenerator.SplittableGenerator
interface, to minimize the effort required to implement this interface. -
Classes in jdk.internal.util.random used by java.util.concurrentClassDescriptionThis class overrides the stream-producing methods (such as
ints
()) in classRandomGenerator
to provideSpliterator
-based implmentations that support potentially parallel execution. -
Classes in jdk.internal.util.random used by jdk.internal.util.randomClassDescriptionThis class provides much of the implementation of the
RandomGenerator.ArbitrarilyJumpableGenerator
interface, to minimize the effort required to implement that interface.This class overrides the stream-producing methods (such asints
()) in classRandomGenerator
to provideSpliterator
-based implmentations that support potentially parallel execution.This class provides much of the implementation of theRandomGenerator.SplittableGenerator
interface, to minimize the effort required to implement this interface.Base class for making Spliterator classes for streams of randomly chosen values.