reservoir-sampling 0.2.2

Implementations of a variety of algorithms for reservoir sampling in Rust.
Documentation
[dependencies.rand]
version = "0.7.*"

[dependencies.streaming-iterator]
optional = true
version = "0.1.5"

[features]
streaming_iterator_support = ["streaming-iterator"]

[package]
authors = ["Kartavya Vashishtha <kartavya0703@gmail.com>"]
categories = ["algorithms"]
description = "Implementations of a variety of algorithms for reservoir sampling in Rust."
edition = "2018"
keywords = ["random", "rng", "streaming"]
license = "MIT OR Apache-2.0"
name = "reservoir-sampling"
repository = "https://github.com/DesmondWillowbrook/rs-reservoir-sampling"
version = "0.2.2"