Skip to content

Instantly share code, notes, and snippets.

@daggerhashimoto
Created December 24, 2015 12:52
Show Gist options
  • Save daggerhashimoto/c1d171e474a2bd19cb9a to your computer and use it in GitHub Desktop.
Save daggerhashimoto/c1d171e474a2bd19cb9a to your computer and use it in GitHub Desktop.
True Random Number Generator
int getRandomNumber(){
return 4;
// https://xkcd.com/221/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment