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

Bump versions + Edition 2018 + Pcg64 #823

Merged
merged 12 commits into from Jun 12, 2019
Merged

Commits on Jun 11, 2019

  1. Copy the full SHA
    076fd12 View commit details
    Browse the repository at this point in the history
  2. Move distributions benchmark to rand_distr

    This avoids a circular dependency between rand and rand_distr
    dhardy committed Jun 11, 2019
    Copy the full SHA
    01b1bf8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b44f501 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    17986eb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4e5c08d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1f1896f View commit details
    Browse the repository at this point in the history
  7. Use Edition 2018 in rand_pcg

    dhardy committed Jun 11, 2019
    Copy the full SHA
    fa26eb7 View commit details
    Browse the repository at this point in the history
  8. rand_pcg: add Pcg64 RNG

    Note: benchmarks now show different results to mentioned
    for fill_bytes impl, possibly because of #[inline] changes
    dhardy committed Jun 11, 2019
    Copy the full SHA
    18d5584 View commit details
    Browse the repository at this point in the history
  9. Prepare rand_pcg 0.2.0 release

    dhardy committed Jun 11, 2019
    Copy the full SHA
    8dd020c View commit details
    Browse the repository at this point in the history
  10. Fix Travis no_std test and remove old Cargo patch

    Note: Cargo patch was used since rand_os dependend on
    rdrand on sgx. Now getrandom has its own rdrand impl.
    dhardy committed Jun 11, 2019
    Copy the full SHA
    1991d0c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Copy the full SHA
    69912ea View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.7.0-pre.1

    dhardy committed Jun 12, 2019
    Copy the full SHA
    7690c21 View commit details
    Browse the repository at this point in the history