Closed benjamin-lieser closed 1 month ago
Note: StepRng
was introduced in #268 where I noted being unsure about SeedableRng
. I don't see other discussion of that. I think there shouldn't be an issue with implementing this now.
We should briefly document what this impl does, on the impl itself.
Closing (along with motivating issue).
CHANGELOG.md
entrySummary
implement SeedableRng for StepRng
Motivation
https://github.com/rust-random/rand/issues/1495
Details
This is not value stable across endianess, not sure if we need/want that here