-
Sub-task
-
Resolution: Withdrawn
-
P4
-
None
In previous releases, `RGF.create(long)` falls back invoking the no-arg `create()` method if the underlying algorithm does not support a `long` seed.
Similarly for `create(byte[])`.
Starting with this release, these methods now throw an `UnsupportedOperationException` rather than silently falling back to `create()`.
Similarly for `create(byte[])`.
Starting with this release, these methods now throw an `UnsupportedOperationException` rather than silently falling back to `create()`.