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