weighted_rand 0.3.0

A weighted random sampling crate using Walker's Alias Method.
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Ichi Hazuki <ichi.h3@gmail.com>"]
categories = ["algorithms"]
description = "A weighted random sampling crate using Walker's Alias Method."
documentation = "https://docs.rs/weighted_rand"
edition = "2018"
homepage = "https://github.com/ichi-h/weighted_rand"
keywords = ["random", "weighted", "walker", "alias", "method"]
license = "MIT OR Apache-2.0"
name = "weighted_rand"
repository = "https://github.com/ichi-h/weighted_rand"
version = "0.3.0"