como crear un numero aleatorio en c#

93

como crear un numero aleatorio en c# -

Random rnd = new Random();
int aleatorio = rnd.Next(minimum,maximum);

Comments

Submit
0 Comments