Searched defs:FixedSliceRandom (Results 1 – 1 of 1) sorted by relevance
499 pub struct FixedSliceRandom<'a> { struct500 pub bytes: &'a [u8],503 impl rand::sealed::SecureRandom for FixedSliceRandom<'_> { implementation