weighted-sampling 0.1.0

Weighted reservoir sampling using Algorithm A-Chao
Documentation
[dependencies.rand]
default-features = false
features = []
version = "0.9.2"

[lib]
name = "weighted_sampling"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Weighted reservoir sampling using Algorithm A-Chao"
edition = "2024"
keywords = ["sampling", "reservoir", "weighted", "a-chao"]
license = "MIT OR Apache-2.0"
name = "weighted-sampling"
readme = "README.adoc"
repository = "https://gitlab.com/andrzej1_1/weighted-sampling"
version = "0.1.0"