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 Iterator::choose_stable() #1057

Merged
merged 2 commits into from
Oct 17, 2020
Merged

Commits on Oct 17, 2020

  1. Add Iterator::choose_stable()

    This function is similar to Iterator::choose() except that given a PRNG and any iterator of the same length it will always select the same element and make the same calls to the PRNG.
    
    Closes rust-random#1051
    kevincox committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    0811186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee6cd1 View commit details
    Browse the repository at this point in the history