Last active
August 29, 2017 07:44
-
-
Save SuperShinyEyes/8ecb2ddf2f3fc124c0cc00a288b09b88 to your computer and use it in GitHub Desktop.
An arbitrary integer (whole number) 0 <= x < 100
This file contains hidden or 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
/// an arbitrary integer (whole number) between 0 and 100. | |
Int(arc4random_uniform(100)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment