weighted-sampling 0.1.0

Weighted reservoir sampling using Algorithm A-Chao
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "weighted-sampling"
version = "0.1.0"
edition = "2024"
description = "Weighted reservoir sampling using Algorithm A-Chao"
repository = "https://gitlab.com/andrzej1_1/weighted-sampling"
license = "MIT OR Apache-2.0"
readme = "README.adoc"
keywords = ["sampling", "reservoir", "weighted", "a-chao"]

[dependencies]

# Randomness.
rand = { version = "0.9.2", default-features = false, features = [] }