datafaker
datafaker copied to clipboard
#1386 fix nextInt and nextLong with extreme boundaries
e.g.
randomService.nextInt(Integer.MIN_VALUE, Integer.MAX_VALUE)randomService.nextLong(Long.MIN_VALUE, Long.MAX_VALUE)