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
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.