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

New rand_distr crate #761

Merged
merged 11 commits into from Apr 3, 2019
Merged

New rand_distr crate #761

merged 11 commits into from Apr 3, 2019

Commits on Mar 29, 2019

  1. Simplify ::test::rng function

    dhardy committed Mar 29, 2019
    Copy the full SHA
    8f715b0 View commit details
    Browse the repository at this point in the history
  2. Add rand_distr crate

    The lib.rs file has been adjusted significantly; all other
    contents are copied from rand with minimal fixes.
    dhardy committed Mar 29, 2019
    Copy the full SHA
    58f14da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f8e577 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a84eea5 View commit details
    Browse the repository at this point in the history
  5. Tweak distributions module doc and remove examples

    The examples caused deprecation warnings and are no longer needed
    dhardy committed Mar 29, 2019
    Copy the full SHA
    14dd1a6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a64f3c0 View commit details
    Browse the repository at this point in the history
  7. Fix benchmark test

    dhardy committed Mar 29, 2019
    Copy the full SHA
    57ec955 View commit details
    Browse the repository at this point in the history
  8. Include new crate in CI tests

    dhardy committed Mar 29, 2019
    Copy the full SHA
    1e876e0 View commit details
    Browse the repository at this point in the history
  9. Address review

    dhardy committed Mar 29, 2019
    Copy the full SHA
    aff7f27 View commit details
    Browse the repository at this point in the history
  10. Fixes

    dhardy committed Mar 29, 2019
    Copy the full SHA
    b21713a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Copy the full SHA
    457e588 View commit details
    Browse the repository at this point in the history