]> source.dussan.org Git - sonarqube.git/blob
f84e0fed52cb993257dbeff7df66718d62d9b551
[sonarqube.git] /
1 <p> This code generates a random signed integer and then computes
2 the remainder of that value modulo another value. Since the random
3 number can be negative, the result of the remainder operation
4 can also be negative. Be sure this is intended, and strongly
5 consider using the Random.nextInt(int) method instead.
6 </p>