Skip to content

Instantly share code, notes, and snippets.

@SuperShinyEyes
Last active August 29, 2017 07:44
Show Gist options
  • Save SuperShinyEyes/8ecb2ddf2f3fc124c0cc00a288b09b88 to your computer and use it in GitHub Desktop.
Save SuperShinyEyes/8ecb2ddf2f3fc124c0cc00a288b09b88 to your computer and use it in GitHub Desktop.
An arbitrary integer (whole number) 0 <= x < 100
/// 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