MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / rand

Method rand

src/jmh/java/benchmark/MapBenchmark.java:80–82  ·  view source on GitHub ↗
(int loInc, int hiExc)

Source from the content-addressed store, hash-verified

78 }
79
80 private int rand(int loInc, int hiExc) {
81 return random.nextInt(hiExc - loInc) + loInc;
82 }
83
84 public static void main(String[] args) throws Exception {
85 Options opt = new OptionsBuilder()

Callers 1

mapGetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected