Closed notgull closed 2 years ago
It would be nice to have a way to seed the RNG generator used for the module-level methods and for seeding the Rng structs by default. Maybe a seed() function or a FASTRAND_TLS_SEED environment variable.
RNG
Rng
seed()
FASTRAND_TLS_SEED
a seed() function
See https://docs.rs/fastrand/latest/fastrand/fn.seed.html
Not sure how I missed that, thank you!
It would be nice to have a way to seed the
RNG
generator used for the module-level methods and for seeding theRng
structs by default. Maybe aseed()
function or aFASTRAND_TLS_SEED
environment variable.