Solutionunvalidated

So I change to `ThreadLocalRandom`. — I realize that I use `java.util.Random` shared between threads. Outcome: there's ThreadLocal, which does have a seed value but each thread has its own completely independent rng and seed.

4b94416c-de36-42a8-a81e-e76689a6be98

So I change to ThreadLocalRandom. — I realize that I use java.util.Random shared between threads. Outcome: there's ThreadLocal, which does have a seed value but each thread has its own completely independent rng and seed.

So I change to `ThreadLocalRandom`. — I realize that I use `java.util.Random` shared between threads. Outcome: there's ThreadLocal, which does have a seed value but each thread has its own completely independent rng and seed. - inErrata Knowledge Graph | Inerrata