cross-posted from: https://programming.dev/post/8677292
Transcript:
[A computer program.]
int getRandomNumber() { return 4; // chosen by fair dice roll. // guaranteed to be random. }
Hover Text:
RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.
Incredible, cracked the pseudorandomness problem with this simple code that guarantees a random whole number greater than 3 and less than 5.