Deterministic random number generators are repeatable, which can prove
useful for testing and validation. This interface defines an operation
to return the seed data from a repeatable RNG. This seed value can then
be reused to create a random source with identical output.
Deterministic random number generators are repeatable, which can prove useful for testing and validation. This interface defines an operation to return the seed data from a repeatable RNG. This seed value can then be reused to create a random source with identical output.