Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 01:59
· 28 commits to master since this release
6315dd1
  • Breaking: Remove interior mutability from Rng. (#47)
  • Add a fork() method. (#49)
  • Add a no_std mode. (#50)
  • Add an iterator selection function. (#51)
  • Add a choose_multiple() function for sampling several elements from an iterator. (#55)
  • Use the getrandom crate for seeding on WebAssembly targets if the js feature is enabled. (#60)