We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b53f4 commit 32ff4beCopy full SHA for 32ff4be
README.md
@@ -107,9 +107,9 @@ Additionally, these features configure Rand:
107
- `simd_support` (experimental) enables sampling of SIMD values
108
(uniformly random SIMD integers and floats), requiring nightly Rust
109
110
-Note that the `simd_support` feature (and to a lesser extent the `nightly`
111
-feature) may be broken on some nightly Rust versions and cause `rand` to not
112
-compile.
+Note that nightly features are not stable and therefore not all library and
+compiler versions will be compatible. This is especially true of Rand's
+experimental `simd_support` feature.
113
114
Rand supports limited functionality in `no_std` mode (enabled via
115
`default-features = false`). In this case, `OsRng` and `from_entropy` are
0 commit comments