What is random class in java
Answers
Answered by
1
The java.util.Random class instance is used to generate a stream of pseudorandom numbers.Following are the important points about Random − The class uses a 48-bit seed, which is modified using a linear congruential formula
Similar questions