matias-gonz / mega-lehmer

Lehmer random number generator
MIT License
1 stars 0 forks source link

Refactor seed generator #14

Closed matias-gonz closed 2 months ago

matias-gonz commented 3 months ago

Make a SeedGenerator struct so we can have multiple implementations in different functions

matias-gonz commented 3 months ago

Should we use features or introduce new parameters to the MegaLehmer constructor?

matias-gonz commented 2 months ago

deprecated