Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Mersenne Twister PRNG #984

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

fgdorais
Copy link
Collaborator

@fgdorais fgdorais commented Oct 12, 2024


TODO:

  • Add tests.
  • Improve docs.

The implementation is very general. Probably still reasonably efficient but we could link to an optimized external implementation for the standard MT19937 and MT19937-64 algorithms.

@fgdorais fgdorais added the WIP work in progress label Oct 12, 2024
@fgdorais fgdorais changed the title feat: add Mersenne Twister pseudorandom generator feat: add Mersenne Twister PRNG Oct 12, 2024
@digama0
Copy link
Member

digama0 commented Oct 13, 2024

Needs a test file and/or usage example in the docs, otherwise LGTM

@fgdorais fgdorais added the depends on another PR This is stacked on top of another Batteries PR. label Oct 14, 2024
@fgdorais fgdorais added awaiting-review This PR is ready for review; the author thinks it is ready to be merged. and removed WIP work in progress labels Oct 14, 2024
@fgdorais fgdorais marked this pull request as ready for review October 14, 2024 03:40
@fgdorais fgdorais requested a review from digama0 October 14, 2024 05:15
@fgdorais
Copy link
Collaborator Author

@digama0 I think this is ready for "final" review. I added docs and tests. The update code needs a future upgrade but that needs some new BitVec features to do correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review This PR is ready for review; the author thinks it is ready to be merged. depends on another PR This is stacked on top of another Batteries PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants