No implementation of L32X64MixRandom

You may encounter exception, that states:

No implementation of the random number generator algorithm "L32X64MixRandom" is available

The reason is JDK/JRE version and vendor.

I noticed, that at least JBR-17 (JetBrains Runtime) hasn’t got L32X64MixRandom algorithm.

You may want to switch to Azul-17 (Azul Zulu) to make it works again.

If you build/run your application with Gradle, don’t forget to change Gradle JVM version in IntelliJ IDEA settings: Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> Gradle JVM. Specify Azul-17 there.

Telegram channel

If you still have any questions, feel free to ask me in the comments under this article or write me at promark33@gmail.com.

If I saved your day, you can support me 🤝

Leave a Reply

Your email address will not be published. Required fields are marked *