Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/07/2009, 09:14
felix46
 
Fecha de Ingreso: diciembre-2007
Mensajes: 107
Antigüedad: 16 años, 4 meses
Puntos: 4
como usar el random en c#

estoy haciendo:
Código:
Random rand = new Random();
int aleatorio = rand.Next(1,2);
y siempre devuelve 1 :S