What is the most secure seed for random number generation?

后端 未结 20 1973
南笙
南笙 2020-11-27 10:53

What are the most secure sources of entropy to seed a random number generator? This question is language and platform independent and applies to any machine on a network.

20条回答
  •  萌比男神i
    2020-11-27 11:38

    Random.org offers a true random number generator web service, "seeded" by the atmospheric noise.

    You get 200,000 random bits for free each day, up to the 1 million random bits cap after that you should top up your account, it gets as cheap as 4 million bits per dollar.

提交回复
热议问题