The code refers to the following articles:
- English: Generating Random Numbers in Java
- German: Zufallszahlen in Java
How to predict random numbers: https://github.com/SvenWoltmann/java-random-demo/tree/main/src/main/java/eu/happycoders/random/predictor
Finding duplicates in the pseudo-random number sequence: https://github.com/SvenWoltmann/java-random-demo/tree/main/src/main/java/eu/happycoders/random/sequence
Measuring the performance of Random and ThreadLocalRandom with multiple threads:
https://github.com/SvenWoltmann/java-random-demo/tree/main/src/main/java/eu/happycoders/random/threads