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

feature gate random state #97

Closed

Commits on Aug 28, 2021

  1. feature gate random state

    This is especially useful for no_std development, where we don't want to
    introduce the getrandom dependency.
    
    After this change, one can choose to disable random-state feature and
    implement their own version of RandomState using whatever random source
    they choose.
    
    This also somewhat addresses tkaitchuck#94 and avoids the need of using
    compile-time-rng in restricted platforms.
    xu-cheng committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    183b007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2aa06b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c08360 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    09bcae3 View commit details
    Browse the repository at this point in the history