We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to current numpy documentation, random functions should now use an instance of default_rng rather than numpy.random direct methods.
default_rng
numpy.random
The text was updated successfully, but these errors were encountered:
Seems reasonable!
Sorry, something went wrong.
Yes, we already agreed on that! I have just been too lazy/busy to fix this in the meantime, but let's keep it on my watch.
mlincett
No branches or pull requests
According to current numpy documentation, random functions should now use an instance of
default_rng
rather thannumpy.random
direct methods.The text was updated successfully, but these errors were encountered: