Trait snow::types::Random [] [src]

pub trait Random {
    fn fill_bytes(&mut self, out: &mut [u8]);
}

Provides randomness

Required Methods

Implementors