int startnumber = 55; Random rand = new Random((int)DateTime.Now.Ticks); int RandomNumber = rand.Next(startnumber + 20, startnumber + 1000);