[xkcd] Random Number (9 Nov 2007)
[xkcd] Random Number (9 Nov 2007)
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.
1
crossposts
You're viewing a single thread.
View all comments
7
comments
Didn't know that. That's kind of funny
1 1 ReplyI'm sorry, what?
2 0 ReplyRFC 1149.5 specifies 4 as the standard IEEE-vetted random number.
I didn't know 4 was the official random number.
1 0 ReplyIt'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.
1 0 ReplyAhh I missed that reference. I remember reading the xkcd about the carrier pigeons a while back
1 0 ReplyAh gotcha. Glad I could clarify. For reference, its easy to look up RFCs by just visiting the IEEE website: https://datatracker.ietf.org/doc/html/rfc1149
2 0 Reply
You've viewed 7 comments.
Scroll to top