Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaitchuck authored Oct 25, 2022
1 parent bce38ee commit 47f7ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MY_RANDOM_NUMBER: u32 = const_random!(u32);
This works exactly as through you have called: `OsRng.gen::<u32>()` 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

Expand Down

0 comments on commit 47f7ac5

Please sign in to comment.