 
			
				17/07/2009, 08:02
			
			
			     |  
      |    |    |    Fecha de Ingreso: diciembre-2007  
						Mensajes: 107
					  Antigüedad: 17 años, 10 meses 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?           |