Tema: random c#
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/07/2009, 08:02
felix46
 
Fecha de Ingreso: diciembre-2007
Mensajes: 107
Antigüedad: 17 años
Puntos: 4
random c#

quiero obtener un numero aleatorio.
he intentado esto:
Random rand = new Random();
int aleatorio = rand.Next(1,2);

pero siempre devuelve 1
como se hace correctamente?