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 a36047f commit d4256fcCopy full SHA for d4256fc
README.md
@@ -128,6 +128,8 @@ Additionally, these features configure Rand:
128
- `nightly` enables some optimizations requiring nightly Rust
129
- `simd_support` (experimental) enables sampling of SIMD values
130
(uniformly random SIMD integers and floats), requiring nightly Rust
131
+- `min_const_gen` enables generating random arrays of
132
+ any size using min-const-generics, requiring Rust ≥ 1.51.
133
134
Note that nightly features are not stable and therefore not all library and
135
compiler versions will be compatible. This is especially true of Rand's
0 commit comments