#Is this correct?

1 messages · Page 1 of 1 (latest)

past pilot
#

I believe 0.0.1 is not correct syntax

lusty portal
#

How else would i get 1% & 99% chances like what I tried there?

past pilot
#
if(Math.random() < .01) {} // 1%
else {} // 99%
#

Where have you seen that 0.0.1? Or what you were actually thinking it would do?