-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
chacha etc. documentation? #646
Comments
Sorry, they moved: |
Ok, so if I understand this correctly. |
If you want reproducibility, use (for example) |
Ah, my bad, it wasnt clear what the point of my question was. |
Yes, you need both. |
My mistake with the link; I've used relative links from the book but should probably only use absolute links from the API docs because they can be hosted on a different site (currently these links work from here but not docs.rs).
|
The broken relative links are to other Rand project crates, not to the book. I'd prefer not to use absolute links everywhere. @vks @burdges @newpavlov should we just make |
Personally I prefer to use docs.rs for documentation in my projects. Also when I explore a crates I often simply type docs.rs/<crate_name> into browser. |
If the docs.rs folks would fix this issue I'd be happy to go back to that as the primary source of documentation — it does have advantages, such as always being true to the current release version instead of the master branch. |
On this page the links to chacha and hc128 does not point to an actual page: https://docs.rs/rand/0.6.0/rand/rngs/struct.StdRng.html
Also https://rust-random.github.io/book/guide-rngs.html this page mentions chacha and other rngs and seems to imply they are in the
rngs
module, but I cant find it there or anywhere else.The text was updated successfully, but these errors were encountered: