简体   繁体   中英

How to generate a series of real random numbers in Java?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM