You must log in or register to comment.
int getRandomNumber() { return 4; // chosen by a fair dice roll. guaranteed to be random. }
Context for those who don’t get it: https://www.youtube.com/watch?v=1cUUfMeOijg
I miss tom scot videos
Instead of returning a random number, what if we make the program guess?
I’m worried about relying on remote servers for random numbers, especially for cryptographic purposes. There’s no way to verify that you aren’t the only person with access to those numbers, and it’s fairly difficult even as the sysadmin to ensure that they’re logged nowhere.
“oops our software had a bug that made it return nonrandom values for a month”