CodeQL library for Java/Kotlin
codeql/java-all 0.9.1 (changelog, source)
Search

Member predicate RandomDataSource::resultMayBeBounded

Holds if this source of random data may return bounded values (e.g. integers between 1 and 10). If it does not hold, it may return any value in the range of its result type (e.g., any possible integer).

predicate resultMayBeBounded()