File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ 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+ - Move ` le::{Word, next_u64_via_u32} ` to new ` utils ` module; remove ` le ` ([ #38 ] )
25+ - Replace ` le::fill_bytes_via_next ` with ` utils::fill_bytes_via_next_word ` ([ #38 ] )
26+ - Replace ` le::next_u32_via_fill ` and ` le::next_u64_via_fill ` with ` utils::next_word_via_fill ` ([ #38 ] )
27+ - Replace ` le::read_u32_into ` and ` le::read_u64_into ` with ` utils::read_words ` ([ #38 ] )
2428
2529### Other
2630- Changed repository from [ rust-random/rand] to [ rust-random/core] .
@@ -38,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842[ #34 ] : https://github.com/rust-random/rand-core/pull/34
3943[ #35 ] : https://github.com/rust-random/rand-core/pull/35
4044[ #36 ] : https://github.com/rust-random/rand-core/pull/36
45+ [ #38 ] : https://github.com/rust-random/rand-core/pull/38
4146
4247[ rust-random/rand ] : https://github.com/rust-random/rand
4348[ rust-random/core ] : https://github.com/rust-random/core
You can’t perform that action at this time.
0 commit comments