Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Created July 19, 2014 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aug2uag/78f1066e9921452342cd to your computer and use it in GitHub Desktop.
Save aug2uag/78f1066e9921452342cd to your computer and use it in GitHub Desktop.
Cocoa random number
int randInt = arc4random() % <#number#>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment