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