Function nanorand::entropy::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.