+ 1
Anyone knows how to predict numbers with array?
for my 7 digit jackpot games ;)
1 Odpowiedź
+ 14
Use the java.util.Random class for this purpose. It's better than the Math.random() method. Go through this for the reference :
https://stackoverflow.com/questions/8065532/how-to-randomly-pick-an-element-from-an-array