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

Deprecate in-tree rand, std::rand and #[derive(Rand)]. #21892

Merged
merged 1 commit into from
Feb 4, 2015

Commits on Feb 3, 2015

  1. Deprecate in-tree rand, std::rand and #[derive(Rand)].

    Use the crates.io crate `rand` (version 0.1 should be a drop in
    replacement for `std::rand`) and `rand_macros` (`#[derive_Rand]` should
    be a drop-in replacement).
    
    [breaking-change]
    huonw committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    df1ac7a View commit details
    Browse the repository at this point in the history