Expand description
Core traits for lib-q-random
This module defines the fundamental traits that form the interface for random number generation in the libQ ecosystem.
Structs§
- Entropy
Config - Entropy configuration structure
- Provider
Capabilities - Provider capabilities structure
- RngConfig
- RNG configuration structure
Enums§
- Entropy
Source Type - Entropy source type enumeration
- Security
Level - Security level enumeration
Traits§
- Entropy
Source - Entropy source trait for providing random data
- RngProvider
- RNG provider trait for creating and managing RNG instances
- Secure
Rng - Enhanced random number generator trait for cryptographic applications