random-constructible 0.1.0

Provides a trait for creating random instances of enums with weighted probabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "random-constructible"
version = "0.1.0"
edition = "2021"
authors       = [ "klebs tpk3.mx@gmail.com" ]
description   = "Provides a trait for creating random instances of enums with weighted probabilities"
license       = "MIT OR Apache-2.0"
repository    = "https://github.com/klebs6/klebs-general"
homepage      = "https://github.com/klebs6/klebs-general"
documentation = "https://docs.rs/random-constructible"
readme        = "README.md"
keywords      = ["randomness", "enums", "simulation", "ergonomics"]
categories    = ["game-development", "simulation", "rust-patterns"]


[dependencies]
rand = "0.8"
once_cell = "1.16"