rand-select 0.2.0

a tiny choice selector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

[package]
name = "rand-select"
version = "0.2.0"
edition = "2024"
authors = ["Canop <cano.petrole@gmail.com>"]
description = "a tiny choice selector"
keywords = ["rand"]
license = "MIT"
categories = ["data-structures"]
repository = "https://github.com/Canop/rand-select"
readme = "README.md"
rust-version = "1.85"

[dependencies]
rand = "0.9"