Is it possible to generate random numbers using physical sensors?

前端 未结 4 990
孤街浪徒
孤街浪徒 2020-12-25 09:17

I\'ve heard about people using light sensors, geiger counters, and other physical sensors to generate random numbers, but I\'m skeptical. Is there really a way to generate

4条回答
  •  盖世英雄少女心
    2020-12-25 09:22

    Google: True Random Number Generator

    That is how you do it, you create noise and sample it. You cannot create something truly random from something that is deterministic like a software algorithm.

提交回复
热议问题