Back
The following creates a random number under 100:
Random random = new Random(); int num = random.Next(100);