File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121- Remove impl of ` RngCore ` for ` BlockRng ` , making the latter more generic ([ #34 ] )
2222- Add trait ` le::Word ` ([ #34 ] )
2323- Add fn ` BlockRng::reconstruct ` and fn ` BlockRng::remaining_results ` ([ #36 ] )
24+ - Replace ` le::fill_bytes_via_next ` with ` utils::fill_bytes_via_next_word ` ([ #38 ] )
25+ - Replace ` le::next_u32_via_fill ` and ` le::next_u64_via_fill ` with ` utils::next_word_via_fill ` ([ #38 ] )
26+ - Replace ` le::read_u32_into ` and ` le::read_u64_into ` with ` utils::read_words ` ([ #38 ] )
2427
2528### Other
2629- Changed repository from [ rust-random/rand] to [ rust-random/core] .
@@ -38,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3841[ #34 ] : https://github.com/rust-random/rand-core/pull/34
3942[ #35 ] : https://github.com/rust-random/rand-core/pull/35
4043[ #36 ] : https://github.com/rust-random/rand-core/pull/36
44+ [ #38 ] : https://github.com/rust-random/rand-core/pull/38
4145
4246[ rust-random/rand ] : https://github.com/rust-random/rand
4347[ rust-random/core ] : https://github.com/rust-random/core
You can’t perform that action at this time.
0 commit comments