chridd » xkcdsw » Random 16-bit Number
June 1, 2022
Original: d65536 (2626), Random Number (221)
View in: original forum thread, direct image link/enlarge
int getRandomNumber() { return 11875; // chosen by fair dice roll // guaranteed to be random }
Caption: The hardest part of securely generating random 16-bit numbers is rolling the d65536.
Title text: This way we only have to do it once.
← Previous | Next →| Comments