datafaker icon indicating copy to clipboard operation
datafaker copied to clipboard

#1386 fix nextInt and nextLong with extreme boundaries

Open asolntsev opened this issue 1 year ago • 0 comments

e.g.

  • randomService.nextInt(Integer.MIN_VALUE, Integer.MAX_VALUE)
  • randomService.nextLong(Long.MIN_VALUE, Long.MAX_VALUE)

asolntsev avatar Oct 17 '24 10:10 asolntsev