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
Seed example: https://github.com/SvenWoltmann/java-random-demo/tree/main/src/main/java/eu/happycoders/random/seed
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
Utilities: https://github.com/SvenWoltmann/java-random-demo/tree/main/src/main/java/eu/happycoders/random/util
Stay up-to-date with the latest Java features with this free PDF Cheat Sheet!
- Avoid lengthy research with this concise overview of all Java versions from Java 10 to Java 26.
- Discover the innovative features of each new Java version, summarized on a single page.
- Impress your team with your up-to-date knowledge of the latest Java version.
👉 Download the free Java Versions PDF
(Hier geht's zur deutschen Version → Java-Versionen PDF)
With this free 1-page PDF cheat sheet, you'll always have the 7 most important complexity classes at a glance.
- Always choose the most efficient data structures and thus increase the performance of your applications.
- Be prepared for technical interviews and confidently present your algorithm knowledge.
- Become a sought-after problem solver and be known for systematically tackling complex problems.
👉 Download the free Big O Cheat Sheet
(Hier geht's zur deutschen Version → O-Notation Cheat Sheet)
👉 Want to stay on top of modern Java? Sign up for the HappyCoders newsletter – Modern Java: new versions & features, performance, and JVM insights – once a month.
(Hier geht's zur deutschen Version → HappyCoders-Newsletter deutsch)
🇩🇪 An alle Java-Entwickler:innen, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen
Trage dich jetzt unverbindlich auf die Warteliste von „Mastering Data Structures in Java“ ein, und erhalte das beste Angebot!


