var randomNumber = Math.floor(Math.random() * (max - min + 1)) + min; //max is the highest number you want it to generate //min is the lowest number you want it to generate