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

Update rand to 0.6 #23950

Merged
merged 1 commit into from Aug 11, 2019
Merged

Update rand to 0.6 #23950

merged 1 commit into from Aug 11, 2019

Commits on Aug 11, 2019

  1. Update rand to 0.6

    I changed the isaac random to always be the 32 bits one because the 64
    bits version doesn't work with ReseedingRng as it requires the
    generator's output to be u32 for some reasons.
    
    The other main change is that the reseed method doesn't exist anymore
    and now rand recreates a new generator when it needs to reseed so I had
    to add a new method for when we don't want a generator to be reseeded.
    
    Closes #23558
    Eijebong committed Aug 11, 2019
You can’t perform that action at this time.