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.7, rand_xorshift to 0.2 #707

Merged
merged 2 commits into from
Dec 19, 2019
Merged

Commits on Dec 19, 2019

  1. Update rand to 0.7, rand_xorshift to 0.2

    There are some method calls which require a mutable reference to the
    RNG instance. I chose to create the instance and then immediately create
    a reference to it which is then used within this scope.
    silwol authored and cuviper committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    b90bfff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a396f5 View commit details
    Browse the repository at this point in the history