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

Merge small rngs code #632

Merged
merged 4 commits into from Oct 15, 2018
Merged

Merge small rngs code #632

merged 4 commits into from Oct 15, 2018

Commits on Oct 15, 2018

  1. rand_xorshift reorganisation, courtesy of @newpavlov

    This copies changes from the separate small-rngs repo
    dhardy committed Oct 15, 2018
    Copy the full SHA
    6d9e7ac View commit details
    Browse the repository at this point in the history
  2. Copy rand_pcg crate from small-rngs repo

    These RNGs were developed by Melissa O'Neill; this Rust port
    is by Paul Dicker and myself with some reorganisation by
    @newpavlov. The small-rngs repo will now be archived.
    dhardy committed Oct 15, 2018
    Copy the full SHA
    d322954 View commit details
    Browse the repository at this point in the history
  3. Revise CI scripts

    dhardy committed Oct 15, 2018
    Copy the full SHA
    905e255 View commit details
    Browse the repository at this point in the history
  4. Add rand_pcg to workspace and fix Cargo.toml

    This includes forcing bincode/i128 to fix *most* test runners
    dhardy committed Oct 15, 2018
    Copy the full SHA
    b3e7a01 View commit details
    Browse the repository at this point in the history