2 unstable releases
0.1.0 | May 15, 2021 |
---|---|
0.0.1 | May 4, 2021 |
#5 in #reservoir
Used in choosen
5KB
64 lines
Choosen
An easy program that choose some attending person, with equal properbility for each position.
lib.rs
:
This crate only provide a "standard" trait about what a streaming sampler
using the [Reservoir Algorithm] can do. In My opinion, given a Whole
consists of a same type of Item
, the sampler can decide whether it should
sample an item when the item passes through, and no matter when, the sampler
should know which samples it currently holds. When the sampler decided not
to accept any new sample more, it can lock
the result.
Dependencies
~310KB