metodo random c# code example Example: como crear un numero aleatorio en c# Random rnd = new Random(); int aleatorio = rnd.Next(minimum,maximum);