These JVM's work perfectly with Faster Random on all versions that JEP 356 applies to.
The version denoted only confirms if a JDK version is known to work on the latest non-headless version of that JDK.
JDK | Java 17 | Java 21 |
---|---|---|
GraalVM | ✅ | ✅ |
OpenJDK | ✅ | ✅ |
Microsoft JDK | ✅ | ✅ |
Adoptium | ✅ | ✅ |
Azul Zulu | ✅ | ✅ |
Know a working/broken JDK? Comment what it is!
Headless JDK's tend to not bundle the random generators that Faster Random requires. Some variants of OpenJDK do not have this as well. If the LXM generators are not available, Faster Random will display a pop up, or silently crash.
I am indeed using Windows, x86_64 as well. I'll give it a shot on Linux, it might be that the ones built for Linux have different tunings from Adoptium.
Edit: Definitely not using a headless JVM. Afaik Graal doesn't even provide binaries for headless, though if they do I havent actively tried to install a headless version