Skip to content

Instantly share code, notes, and snippets.

@scodx
Last active August 29, 2015 14:10
Show Gist options
  • Save scodx/e35882d70c1283dfa33d to your computer and use it in GitHub Desktop.
Save scodx/e35882d70c1283dfa33d to your computer and use it in GitHub Desktop.
// random number between 0 and 100... :)
var randomNumber = Int(arc4random_uniform(UInt32(100)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment