Implement rand Distribution for an enum
Generate random instances of your enums and structs
Encapsulates the random-constructible and random-constructible-derive crates which are used for creating random instances of data structures with weighted probabilities
Procedurally defined macro for automatically deriving rand::Rand for structs and enums
Provides a derive macro for the random-constructible crate which is used for creating random instances of enums with weighted probabilities
`#[derive(Rand)]` macro (deprecated).
Randomize enum representations in accordance with Riscure Fault Mitigation Pattern 1
`#[derive]`-like functionality for the `rand::Rand` trait.
`#[derive]`-like functionality for the `rand::Rand` trait.
procedural macro that enhances enums with additional methods and conversions
Provides a trait for creating random instances of enums with weighted probabilities
Provides language distribution mappings for countries, returning HashMaps of Language to relative prevalence and a method to pick a random language.
No description provided.
No description provided.