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