Skip to content

Releases: StefanoD/Rust_Random_Choice

Version 0.3.2

Choose a tag to compare

@StefanoD StefanoD released this 26 Aug 07:11
  • Fix for n < weights.len(). The returned number of choices was always >= weights.len()

Version 0.3.1

Choose a tag to compare

@StefanoD StefanoD released this 25 Aug 21:13

Version 0.3.0

Choose a tag to compare

@StefanoD StefanoD released this 03 Aug 21:38

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

Choose a tag to compare

@StefanoD StefanoD released this 27 Jul 17:01

Version 0.2.0

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