#I'm getting very long decimals that shouldn't happen
6 messages · Page 1 of 1 (latest)
why don't you just use math.random() ?
Also the reason why you're getting non integer value is because you used * 10^-2 * 100 and i believe it's because some kind of floating point problem from the program. Also you could've math.floor it.