MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / randInt

Method randInt

src/main/java/ds/bplus/util/Utilities.java:25–29  ·  view source on GitHub ↗

Returns a pseudo-random number between min and max, inclusive. The difference between min and max can be at most Integer.MAX_VALUE - 1 . @param min Minimum value @param max Maximum value. Must be greater than min. @return Integer between min and max, inclusive. @see Random#nextInt(int)

(int min, int max)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

fuzzyAddToTreeMethod · 0.95
runSearchTrialMethod · 0.95
runInsertTrialMethod · 0.95
runRangeQueryTrialMethod · 0.95
runDeletionTrialsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected