Quote:
Originally Posted by MDMstudios
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.
|
I tried that too, and I've ben getting the exact same data sets over and over, but I'm testing every single line of code with traces and I'm going to find out what the heck is going on.