JDK 23 |
---|
23Resolved |
The `jdk.random` module has been removed from the JDK. This module contained the implementations of the `java.util.random.RandomGenerator` algorithms. The implementations have moved to the `java.base` module and `java.base` module will now be responsible for supporting these algorithms. Applications that relied on `jdk.random` module, either through their build scripts or through module dependencies, should remove references to this module.