Skip to content

Releases: StefanoD/Rust_Random_Choice

Version 0.3.2

26 Aug 07:11
Compare
Choose a tag to compare
  • Fix for n < weights.len(). The returned number of choices was always >= weights.len()

Version 0.3.1

25 Aug 21:13
Compare
Choose a tag to compare

Version 0.3.0

03 Aug 21:38
Compare
Choose a tag to compare

Version 0.3.0

  • API break: In place variant completely removed, because there could be samples overwritten which have yet to be selected. There is probably no possibility for an in place variant.

v0.2.0

27 Jul 17:01
Compare
Choose a tag to compare

Version 0.2.0

  • Little API break leads to custom random seed support (thanks to @Plasticcaz).
  • Little performance improvements.