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