rust-random / book

The Rust Rand Book
Other
49 stars 19 forks source link

Document how to implement uniform sampling for enums #44

Closed vks closed 2 years ago

vks commented 3 years ago

This fixes https://github.com/rust-random/rand/issues/644.

Also fixes some typos.

vks commented 2 years ago

I'll just merge it as is for now.