Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/09/2006, 13:37
Avatar de Tipdar
Tipdar
 
Fecha de Ingreso: octubre-2005
Ubicación: Aquí y allá.
Mensajes: 323
Antigüedad: 19 años, 1 mes
Puntos: 7
int x = new Double(Math.random() * 100).intValue();

ó

Random rand = new Random();
int x = rand.nextInt(100);

Así de sencillo... acabo de probar ambos códigos... y funcionan ambos... con la SDK 1.5

:)
__________________
El último TipdaR