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

WIP: use Generator instead of RandomState #528

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

Conversation

andyfaff
Copy link
Contributor

This WIP PR provides a basis for using np.random.Generator instead of the legacy RandomState. (RandomState is not going away, but it's also not going to have improvements made to it)

Unfortunately merging this would create a large amount of back incompatibility. Generator and RandomState have very different ways of setting internal state.

This might be something to aim for a big version bump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant