Fórum Math.random #565800
09/04/2009
0
Eduardo Gonçalves
Curtir tópico
+ 0Posts
09/04/2009
Eduardo Gonçalves
int i = (int) 1 + (Math.random() * 100);
Gostei + 0
09/04/2009
Rainer Medrado
Gostei + 0
09/04/2009
Rainer Medrado
int i = (int) 1 + (Math.random() * 100);
int i = 1 + (int)(Math.random() * 100)