-
Sub-task
-
Resolution: Delivered
-
P4
-
23
In previous releases, `RandomGeneratorFactory.create(long)` falls back by invoking the no-arg `create()` method if the underlying algorithm does not support a `long` seed. The `create(byte[])` method works in a similar fashion.
Starting with this release, these methods now throw an `UnsupportedOperationException` rather than silently falling back to `create()`.
Starting with this release, these methods now throw an `UnsupportedOperationException` rather than silently falling back to `create()`.