Class Random.Deterministic
- Description
This class implements a detministic random generator by combining a Fortuna random generator with the Random.Interface. The generator is not reseeded after the initial seed.
In case of a process fork the random generators in both processes will continue to generate identical results.
- Inherit
Fortuna
inherit Nettle.Fortuna : Fortuna