We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790fb78 commit fa51af5Copy full SHA for fa51af5
java/ql/src/semmle/code/java/security/Random.qll
@@ -90,7 +90,7 @@ class StdlibRandomSource extends RandomDataSource {
90
91
// Note for the following bounds functions: `java.util.Random` only defines no-arg versions
92
// of `nextInt` and `nextLong` plus `nextInt(int x)`, bounded to the range [0, x)
93
- // However `ThreadLocalRandom` provides one- and two-arg versions of `nextInt` and `nextLong`
+ // However `ThreadLocalRandom` provides one- and two-arg versions of `nextInt` and `nextLong`
94
// which allow both lower and upper bounds for both types.
95
override int getLowerBound() {
96
// If this call is to `nextInt(int)` or `nextLong(long), the lower bound is zero.
0 commit comments