loaded_dice 0.2.2

A simple sampler for loaded dices, implementing the alias method
Documentation
[[example]]
name = "example"
path = "src/example.rs"
[dependencies.rand]
default-features = false
version = "0.8"

[features]
std = ["rand/std", "rand/std_rng"]

[package]
authors = ["coco <coco@hexgolems.com>"]
description = "A simple sampler for loaded dices, implementing the alias method"
edition = "2021"
keywords = ["random", "rng", "alias", "loaded_dice", "probability"]
license-file = "LICENSE"
name = "loaded_dice"
readme = "README.md"
repository = "https://github.com/eqv/loaded_dice"
version = "0.2.2"