Java Random

Java Random is a class that generates pseudo-random numbers of various types, including integers, doubles, and booleans. It uses a seed value to generate random numbers in a statistically uniform way, and can be used for a wide variety of applications, from simulations to games. Introduced in Java 1995 with Java 1.0, Random is part of Java's java.util package and is often used in algorithms that require randomization.

https://docs.oracle.com/javase/8/docs/api/java/util/Random.html