Lines Matching refs:Rand
1 # Rand chapter
43 - [The Rust Rand Book](https://rust-random.github.io/book)
57 To get started using Rand, see [The Book](https://rust-random.github.io/book).
62 Rand is *mature* (suitable for general usage, with infrequent breaking releases
66 Current Rand versions are:
78 Rand has not yet reached 1.0 implying some breaking changes may arrive in the
83 Rand libs have inter-dependencies and make use of the
94 Some versions of Rand crates have been yanked ("unreleased"). Where this occurs,
100 Since version 0.8, Rand requires **Rustc version 1.36 or greater**.
101 Rand 0.7 requires Rustc 1.32 or greater while versions 0.5 require Rustc 1.22 or
103 greater. Subsets of the Rand code may work with older Rust versions, but this is
108 Rand release if required, but the change must be noted in the changelog.
112 Rand is built with these features enabled by default:
125 Additionally, these features configure Rand:
133 compiler versions will be compatible. This is especially true of Rand's
136 Rand supports limited functionality in `no_std` mode (enabled via
144 Rand is distributed under the terms of both the MIT license and the