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.
Your JVM should support it, but this seems to be an issue with how loading works with the fork of PaperMC that you're using. Unless the issue also shows up with Faster Random on the latest fabric version (it won't crash, so you'll have to look for the warning in logs), this issue doesn't apply here.