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

BUG/ENH: Allow bit generators to supply their own constructor #22014

Merged
merged 2 commits into from Jul 28, 2022

Commits on Jul 19, 2022

  1. BUG/ENH: ALlow bit generators to supply their own ctor

    Allow bit generators to supply their own constructors to enable Generator
    objects using arbitrary bit generators to be supported
    
    closes numpy#22012
    bashtage committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    95e3e7f View commit details
    Browse the repository at this point in the history
  2. TST: Fix spelling

    bashtage committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    adbb4cb View commit details
    Browse the repository at this point in the history