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

Move XorShiftRng to its own crate #557

Merged
merged 15 commits into from Jul 24, 2018
Merged

Commits on Jul 16, 2018

  1. Move XorShiftRng to its own crate

    Also recommend `StdRng` rather than the deprecated `IsaacRng`.
    vks committed Jul 16, 2018
    Copy the full SHA
    a253a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Copy the full SHA
    a385938 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2cf9acb View commit details
    Browse the repository at this point in the history
  3. Fix benchmarks

    vks committed Jul 18, 2018
    Copy the full SHA
    9b069fe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2847c8a View commit details
    Browse the repository at this point in the history
  5. Fix broken links in docs

    vks committed Jul 18, 2018
    Copy the full SHA
    ecc6e66 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a3ac8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Copy the full SHA
    2a658d9 View commit details
    Browse the repository at this point in the history
  2. rand_xorshift: Add README

    vks committed Jul 20, 2018
    Copy the full SHA
    dac6227 View commit details
    Browse the repository at this point in the history
  3. Enable more CI tests

    Before, there Serde tests where not running.
    vks committed Jul 20, 2018
    Copy the full SHA
    ecd1867 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e7b17dd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    29a9d1d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Fix serde tests

    vks committed Jul 23, 2018
    Copy the full SHA
    cb275bc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Simplify attributes

    vks committed Jul 24, 2018
    Copy the full SHA
    d2e7378 View commit details
    Browse the repository at this point in the history
  2. Prefer SmallRng in benchmarks

    vks committed Jul 24, 2018
    Copy the full SHA
    b846c30 View commit details
    Browse the repository at this point in the history