nanorand::entropy

Function system

source
pub fn system(out: &mut [u8])
Expand description

Pull in system entropy using the getrandom crate. Uses backup entropy (rdseed and system time) if it fails.