What is the most secure seed for random number generation?

后端 未结 20 1946
南笙
南笙 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条回答
  •  渐次进展
    2020-11-27 11:41

    Simple solution if no additional random hardware are available.

    Use milliseconds, mouseX and mouseY to generate a seed.

提交回复
热议问题