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.

  • @Lmaydev
    link
    14 months ago

    It is a random number and returning the same number every time is technically valid. Just a poor implementation.

      • /home/pineapplelover
        link
        fedilink
        14 months ago

        RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.

        I didn’t know 4 was the official random number.

        • @BetterDev
          link
          14 months ago

          It’s not. RFC 1149 is an April fools day joke about the protocol “IP Over Avian Carriers” and RFC 1149.5 doesn’t exist. He’s making a joke here.