Searched defs:FixedByteRandom (Results 1 – 1 of 1) sorted by relevance
480 pub struct FixedByteRandom { struct481 pub byte: u8,484 impl rand::sealed::SecureRandom for FixedByteRandom { implementation