Created
August 12, 2018 18:50
-
-
Save nishabe/cb0939a399842c74f92ab558452cece4 to your computer and use it in GitHub Desktop.
SWIFT:Random Number Generation
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
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