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

Reorganisation of Rand items #435

Merged
merged 8 commits into from
May 11, 2018
Merged

Reorganisation of Rand items #435

merged 8 commits into from
May 11, 2018

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    8589d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5721f9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Configuration menu
    Copy the full SHA
    16f149e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b2adc View commit details
    Browse the repository at this point in the history
  3. Move BlockRng* to new rand_core::block module; don't export from rand

    These are almost exclusively for implementation of certain types of RNG,
    therefore exposing BlockRngCore in rand is not useful.
    dhardy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    4b84f48 View commit details
    Browse the repository at this point in the history
  4. Improve BlockRngCore doc

    dhardy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    45136b3 View commit details
    Browse the repository at this point in the history
  5. Add prelude module

    dhardy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    f4de862 View commit details
    Browse the repository at this point in the history
  6. Mock mock module to rngs/mock

    dhardy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    f1f544a View commit details
    Browse the repository at this point in the history