Re: Need help implementing robust tile table
Posted: Tue Feb 09, 2010 1:57 pm
How about generating a n=random(2100) number, then loop through the tile[] array and use the nth non-empty tile found?
I have not clue whether this would be any better performance wise...
I have not clue whether this would be any better performance wise...