-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b22
The split and splits methods which has SplittableRandom as source does not conform to the spec throwing NullPointerException when the source is null.
The methods behavior not conform to the spec : NullPointerException - if source is null
splits​(RandomGenerator.SplittableGenerator source)
splits(long, RandomGenerator.SplittableGenerator)
The methods behavior not conform to the spec : NullPointerException - if source is null
splits​(RandomGenerator.SplittableGenerator source)
splits(long, RandomGenerator.SplittableGenerator)
- clones
-
JDK-8263221 [JEP-356] : SplittableRandom and SplittableGenerators does not specify boundary conditions
-
- Resolved
-