True random generation in Java

后端 未结 13 2323
一生所求
一生所求 2020-12-01 01:18

I was reading the Math.random() javadoc and saw that random is only psuedorandom.

Is there a library (specifically java) that generates random numbers according to

13条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-01 02:01

    Check out http://random.org/

    RANDOM.ORG is a true random number service that generates randomness via atmospheric noise.

    The Java library for interfacing with it can be found here: http://sourceforge.net/projects/trng-random-org/

提交回复
热议问题