Page 2 of 2

Re: Need help implementing robust tile table

Posted: Tue Feb 09, 2010 1:57 pm
by Someguy
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...