[][src]Module pdatastructs::reservoirsampling

ReservoirSampling implementation.

Structs

ReservoirSampling

A ReservoirSampling is a data-structure that samples a fixed number of elements from a data stream, without the need to memorize any additional elements.