[Question] Random number below a set number
OK, so basically I want to make a guessing game. The variable "CorrectGuess" should be random. I found a lot of articles on random numbers, ranging from printing out 1-10 to just generating any old number. I want the number to be less then AND greater then a certain number. (Like greater then 1 less then 100) Any help on this subject would be extremely appreciated.
Thank you both for your replies, I'm going to look into it.