Skip to content

Instantly share code, notes, and snippets.

@nishabe
Created August 12, 2018 18:50
Show Gist options
  • Save nishabe/cb0939a399842c74f92ab558452cece4 to your computer and use it in GitHub Desktop.
Save nishabe/cb0939a399842c74f92ab558452cece4 to your computer and use it in GitHub Desktop.
SWIFT:Random Number Generation
let randomTasks = ["laundry","Grocery","Rent","Phone bill","Internet Bill","Excercise","Cycling","Cleaning"]
let randomNumber = arc4random_uniform(UInt32(randomTasks.count))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment