2008-11-08, 01:24 PM
Stereo Wrote:Have you ever confirmed that it's that and not like this?
floor(4+int/10) + floor(rand[0,3))
The only difference would be how likely the 3 possible int values are.
Isn't that the same thing?
3 + 1d3+ int/10
4 + int/10 + randInt(2)
Computers automatically round down in division.

