var random = new Random(); int rand = random.Next(0, 12); // for a resulting range of 0 to 60 int scaledRand = rand * 5; // in multiples of 5