choosen 0.1.0

An easy program that choose some attending person, with equal properbility for each position.
Documentation
  • Coverage
  • 4.76%
    1 out of 21 items documented0 out of 5 items with examples
  • Size
  • Source code size: 51.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • huangjj27

Choosen

This crate provides a trait API ReserviorSampler that A sampler using the Reservoir algorithm should implement. It also provide a basic Reservoir that more like the real Reservoir -- even the reservoir is not fullfilled, liquid inside the reservoir exchanges positions.