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

Add MtPython RNG #202

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Draft

Add MtPython RNG #202

wants to merge 2 commits into from

Conversation

ignassew
Copy link

@ignassew ignassew commented Jun 8, 2023

Related issue: #201

This isn't done yet (hence the draft PR), but I'm afraid I won't be able to work on this for quite some time.

If one wishes to continue working on this, these are good places to get started:
https://github.com/python/cpython/blob/3.11/Lib/random.py
https://github.com/python/cpython/blob/3.11/Modules/_randommodule.c

@lopopolo lopopolo added the A-core Area: Core Mersenne Twister implementation. label Jun 8, 2023
Rust 1.47.0 apparently doesn't implement IntoIterator for unreferenced
arrays.
@lopopolo lopopolo added the C-enhancement Category: New feature or request. label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core Mersenne Twister implementation. C-enhancement Category: New feature or request.
Development

Successfully merging this pull request may close these issues.

2 participants