1 messages · Page 1 of 1 (latest)
I believe 0.0.1 is not correct syntax
0.0.1
How else would i get 1% & 99% chances like what I tried there?
if(Math.random() < .01) {} // 1% else {} // 99%
Where have you seen that 0.0.1? Or what you were actually thinking it would do?