
Hello... What is Random class? What's the purpose of it?

Random is the class of java.util.*; package. This class is used to create a random number through it's created object using the 48-bit seed which is modified by the linear congruential formula.