Which is more random: human- or software-generated number?

前端 未结 7 1376
温柔的废话
温柔的废话 2021-01-13 12:16

Does it toss a coin to get random bit?
Or throw a die to get a random integer from 1 to 6?
Or take a car

7条回答
  •  [愿得一人]
    2021-01-13 13:12

    Surely human is more random. Compiler (actually, the random module which is compiled by the compiler) only uses some dummy-random (not actually random, just likely) algorithm to generate a random number.

提交回复
热议问题