The java documentation said java.util.Random only produces pseudo-random numbers. Is there a way to generate real random numbers in Java?
No. There is no way. With your computer, you can generate only pseudo-random numbers. https://en.wikipedia.org/wiki/Random_number_generation#"True"_vs._pseudo-random_numbers
2.1m questions
2.1m answers
60 comments
57.0k users