v2.0.0
- Breaking: Remove interior mutability from
Rng. (#47) - Add a
fork()method. (#49) - Add a
no_stdmode. (#50) - Add an iterator selection function. (#51)
- Add a
choose_multiple()function for sampling several elements from an iterator. (#55) - Use the
getrandomcrate for seeding on WebAssembly targets if thejsfeature is enabled. (#60)