Created
December 24, 2015 12:52
-
-
Save daggerhashimoto/c1d171e474a2bd19cb9a to your computer and use it in GitHub Desktop.
True Random Number Generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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