rust-random / book

The Rust Rand Book
Other
49 stars 19 forks source link

Updating guide for Rand 0.8 #28

Closed vks closed 3 years ago

vks commented 3 years ago

This is a first draft. It could be improved by adding external links (to num_traits and std).

vks commented 3 years ago

I added comments about the new SmallRng algorithm and the getrandom update. I think this makes the guide complete for the Rand 0.8 release?

dhardy commented 3 years ago

Can we mention https://github.com/rust-random/getrandom/pull/178 and https://github.com/rust-random/getrandom/pull/177? They aren't merged yet but whether or not v0.2.1 is out before rand v0.8, we should mention it here.

dhardy commented 3 years ago

I'll merge now; we can make a new PR for any fixes.