random-constructible 0.6.0

Provides a trait for creating random instances of enums with weighted probabilities
Documentation
[package]
name = "random-constructible"
version = "0.6.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"
num-traits = "0.2.19"
export-magic = "0.3.6"