Random items? Forget arc4radom(), use GamePlayKit in iOS9!
I wanted to use some kind of random data in my recent project, but I had a feeling by using the plain arc4random() function didn’t give me properly shuffled data. I know there is a way to seed the function, but I was looking for more interesting, and easily deployable solution. Along wit other cool ...