pub type DiceEntropy<const FACES: u8, const N: usize> = SensitiveBytes<N, Dice<FACES>>;Expand description
Dice-origin entropy. FACES is the die geometry, N the buffer length in bytes.
Aliased Typeยง
pub struct DiceEntropy<const FACES: u8, const N: usize> { /* private fields */ }