Hey!
Trying to generate a random number here. I have it working fine except for one condition.
Random(100) gives a number between 0 and 100.
I want it to be a number between say... 50 and 100. How do I go about writing that. I can only get it to be between 0 and x.
Haven't been able to find my answer searching the forums. Anybody know it off hand?