06.04.2013, 21:57
When that happens just use some debugs to track the variables and see were is the problem.....
In this case just increase the the random values by 1 like this:
new rand = 0 + random(2);
In this case just increase the the random values by 1 like this:
new rand = 0 + random(2);

