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

ENH: np.random.default_gen() #13840

Merged
merged 10 commits into from Jun 28, 2019
Merged

ENH: np.random.default_gen() #13840

merged 10 commits into from Jun 28, 2019

Commits on Jun 26, 2019

  1. ENH: Rename seed_seq argument to seed.

    The most common use will certainly be to pass in an integer seed, so I want to
    make sure that we talk in terms of "seeds" first and foremost. I don't want to
    overload people with new concepts and terminology right out of the gate.
    rkern committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    73ebbbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc52dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8801a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    35c88f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7c3cd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. DOC: clarify method references.

    rkern committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    251d290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b369381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f2d8b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da89d6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab5cd80 View commit details
    Browse the repository at this point in the history