Closed notgull closed 1 year ago
Closes #36 by adding a fork() method that can be used to clone the RNG with a new seed. This strategy is also used in Rng::new() to fork from the global RNG.
fork()
Rng::new()
Closes #36 by adding a
fork()
method that can be used to clone the RNG with a new seed. This strategy is also used inRng::new()
to fork from the global RNG.