1// This will get a random number between 0 and 9
2int ranX = arc4random() % 10;