choosen 0.1.0

An easy program that choose some attending person, with equal properbility for each position.
Documentation
1
2
3
4
# 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.