Getting Random Numbers in Swift
There are many times when you need to generate random values in your iOS apps such as:
Simulating dice rolls.
Shuffling playing cards.
Creating unique ID for a user.
Random object from an array.
In Swift 4.2, there are new, simple and secure wa...
swiftanytime.hashnode.dev5 min read