Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/06/2009, 08:20
Avatar de ClubIce
ClubIce
 
Fecha de Ingreso: diciembre-2008
Mensajes: 216
Antigüedad: 16 años
Puntos: 2
Respuesta: Math.random() mas divertido

Cita:
Iniciado por safe Ver Mensaje
No seria mas sencillo hacer:

Código:
function aleatorio(min,max) {
    return Math.round(Math.random()*(max-min)+min);
}
Intente algo similar pero la diferencia entre los numeros no era la que nesesitaba