Uses of Package
java.util.random

Packages that use java.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 and interfaces that support the definition and use of "random generators", a term that is meant to cover what have traditionally been called "random number generators" as well as generators of other sorts of randomly chosen values, and also to cover not only deterministic (pseudorandom) algorithms but also generators of values that use some "truly random" physical source (perhaps making use of thermal noise, for example, or quantum-mechanical effects).