Could a truly random number be generated using pings to pseudo-randomly selected IP addresses?

后端 未结 23 2056
天命终不由人
天命终不由人 2021-01-30 16:28

The question posed came about during a 2nd Year Comp Science lecture while discussing the impossibility of generating numbers in a deterministic computational device.

Th

23条回答
  •  爱一瞬间的悲伤
    2021-01-30 16:47

    No.

    Unplug the network cable (or /etc/init.d/networking stop) and the entropy basically drops to zero.

    Perform a Denial-Of-Service attack on the machine it's pinging and you also get predictable results (the ping-timeout value)

提交回复
热议问题