ASL STEM Logo

ASL STEM

Random Class Sign Video

No video uploaded yet.

Definition

An instance of this class is used to generate a stream of pseudorandom numbers. The class uses a 48-bit seed, which is modified using a linear congruential formula.

Source: Reges & Stepp, 2007

Example

Example sentence for context: "Java also provides a class called Random that can be easier to use, and it’s included in the java.util package so you have to include an import declaration at the beginning of your program to use it."