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 not stored for this graph (policy: none)
no outgoing calls
no test coverage detected