We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265c4e commit ae895a9Copy full SHA for ae895a9
CHANGELOG.md
@@ -9,7 +9,7 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
12
-## [0.6.0] - Unreleased
+## [0.6.0] - 2018-11-14
13
14
### Project organisation
15
- Rand has moved from [rust-lang-nursery](https://github.com/rust-lang-nursery/rand)
src/lib.rs
@@ -102,6 +102,7 @@ pub use rand_core::{ErrorKind, Error};
102
// Public modules
103
pub mod distributions;
104
pub mod prelude;
105
+#[deprecated(since="0.6.0")]
106
pub mod prng;
107
pub mod rngs;
108
pub mod seq;
0 commit comments