Java Random.nextInt()

Java Random.nextInt() is a method in the Java Random class that generates a pseudo-random integer within the specified range. If no argument is provided, it returns a random integer between the minimum and maximum values of an integer. Introduced in Java 1995 with Java 1.0, nextInt() is essential for applications that require random number generation, such as in games, simulations, and statistical modeling.

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