Java Random ThreadLocalRandom Doppel mit 2 Dezimalstellen

double salaryPerson = ThreadLocalRandom.current().nextInt(100 * 1000, 100 * (10000 + 1)) / 100d;
Real Rocket Raccoon