8069226ef1
Motivation: We can use ThreadLocalRandom.current().nextInt() directly . Motivation: Use ThreadLocalRandom.current().nextInt() directly instead of (int) ThreadLocalRandom.current().nextDouble() Result: Less custom code to maintain