]> source.dussan.org Git - sonarqube.git/blob
0dfd82e8a53cbb4443dc67a4a879e72424d53c6a
[sonarqube.git] /
1 <p>A random value from 0 to 1 is being coerced to the integer value 0. You probably
2 want to multiple the random value by something else before coercing it to an integer, or use the <code>Random.nextInt(n)</code> method.
3 </p>