diff --git a/README.md b/README.md index a0a2c11..aa21bec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ const MY_RANDOM_NUMBER: u32 = const_random!(u32); This works exactly as through you have called: `OsRng.gen::()` at compile time. So for details of the random number generation, see the `rand` crates documentation. -The following types are supported: u8, i8, u16, i16, u32, i32, u64, i64, u128, i128, usize, and isize. +The following types are supported: u8, i8, u16, i16, u32, i32, u64, i64, u128, i128, usize, isize and [u8; N]. # Deterministic builds