We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RandomGenerator
Random
Java 17 comes with a shiny new API for random number generators. Use the new RandomGenerator interface instead of the old Random class.