]> source.dussan.org Git - sonarqube.git/blob
b13212eda2a4abd01f1068bfdb7de3d840a9aebb
[sonarqube.git] /
1 <p> This code generates a random signed integer and then computes
2 the absolute value of that random integer.  If the number returned by the random number
3 generator is <code>Integer.MIN_VALUE</code>, then the result will be negative as well (since 
4 <code>Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE</code>).
5 </p>