Code:
if(calledNumbers.contains(recent))
{
number = 1 + Bingo.nextInt(75);
}
so this is in java and it basically says if the random number has already been added then gernrate a new one. Also recent is the last number called placed in a string and callednumbers is a string of all the numbers. EX: "75 55 33 "So i was looking at the RangeofString in objective c and wnat to know how to do that in objective c . PLease help!
Thanks!!