quote:
Originally posted by Jesus
I didn't expect you to be this sloppy cookie, in your average posts you wouldn't use -1+1...
getting sleepy?? (Smilie)
I guess that is to make it easier to understand
quote:
Originally posted by Jesus
I'd use Math.floor(Math.random() * 101); tbh(Smilie)
Then you still can get 0...
shouldn't it be:
Math.floor(Math.random() * 99 + 1);?