Quote:
Originally Posted by spuy767
That's what I've been using, and I've been coming up with the exact same numbers no matter what I do every time I run the app.
|
Use arc4random(), random() is usually used for debugging because it should keep on being the same, but arc4random() will produce a new random number time you use it.