What is the most secure seed for random number generation?

后端 未结 20 1974
南笙
南笙 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:47

    Use random.org they claim to offer true random numbers to anyone on the Internet and they also have an HTTP API which you can use. They offer both free and paid services.

    disclaimer: i am not in any way affiliated with random.org

提交回复
热议问题