From d4256fcc6df77eb8da68ada74be5c30f040fe9ad Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Sun, 25 Jul 2021 18:53:19 -0300 Subject: [PATCH] Added min_const_gen feature to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f313e39ca9..c6834824a1e 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ Additionally, these features configure Rand: - `nightly` enables some optimizations requiring nightly Rust - `simd_support` (experimental) enables sampling of SIMD values (uniformly random SIMD integers and floats), requiring nightly Rust +- `min_const_gen` enables generating random arrays of + any size using min-const-generics, requiring Rust ≥ 1.51. 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