-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare new releases, from_rng Endianness and inlining #815
Conversation
We now have value stability, so should test this
Also patch two READMEs
Rebased with your suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! The tests fail apparently because of the rand
requirement of rand_distr
.
Hopefully that should fix the tests. |
Turns out #572 isn't just documentation: the custom implementation for XorShiftRng needed fixing. Curiously the custom implementations for the ISAAC RNGs already have fixed Endianness. |
Use of |
Prepare the 0.7 pre-release and releases of many other crates (the only one without changes is PCG, though some are just doc).
Important: this is missing
rand_distr
which I asked @vks to look at.Also closes #572, most of which was already implemented (probably as part of #800).