Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 197 Bytes

CHANGELOG.md

File metadata and controls

9 lines (5 loc) · 197 Bytes

0.2.0

Breaking changes:

  • Changed several functions to take RNG as Arc<Mutex<R>> instead of &mut R. This allows for these functions to be called concurrently.

0.1.0

  • Initial release