Java Valeur aléatoire ThreadLocalrandom
int boundedRandomValue = ThreadLocalRandom.current().nextInt(0, 100);
Dark Dolphin
int boundedRandomValue = ThreadLocalRandom.current().nextInt(0, 100);