Computer Science, asked by lokesharora2450, 1 year ago

What is random class in java

Answers

Answered by Anonymous
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