I have code that pics a random number from 0 to 1. I am seeing that the number 1 is coming up far more times then the number 0 then I would think to be statistically possible.
This is my code:
int shipNumber = arc4random() % 2;
Should this code work? Am I just going crazy?