[package]
edition = "2021"
name = "choose-rand"
version = "0.2.0"
authors = ["HyperCodec"]
description = "A small crate for choosing random items from a set of weighted items."
homepage = "https://github.com/HyperCodec/choose-rand"
readme = "README.md"
keywords = [
"random",
"rng",
]
categories = ["random"]
license = "MIT"
repository = "https://github.com/HyperCodec/choose-rand"
[dependencies.eq-float]
version = "0.1.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.weighted_rand]
version = "0.4.1"
[features]
default = []
eq_float = []