28.04.2010, 12:48
Hey all
It's like that always the same numbers coming and not the numbers like 1 2 3 5 6 49 etc..
How can i make it that it should be full random (max number should be 49)
It's like that always the same numbers coming and not the numbers like 1 2 3 5 6 49 etc..
How can i make it that it should be full random (max number should be 49)
Quote:
new rand = random(49);? if(rand < 47) rand += 3; Lotto(rand); |