Is your feature request related to a problem? Please describe.
There are several scenarios where a user may want to create distinct random number sequences. For instance, telemetry may need random numbers but the addition or removal of telemetry shouldn't change any randomness uses in the workflow itself. In particular when such things are done under the hood as part of plugins.
Describe the solution you'd like
Provide a way to get the initial randomness seed as well as notification of changes. If possible, providing an implementation of Random or equivalent which reseeds itself would be good.
Additional context