Crate weighted_sampling

Crate weighted_sampling 

Source
Expand description

Weighted reservoir sampling using Algorithm A-Chao.

Structsยง

WeightedReservoirSampler
Maintains a single weighted sample from a stream. Each item is selected with probability proportional to its weight.