create random integer c# code example Example: c# random int Random rnd = new Random(); int number = rnd.Next(1, 10);