[][src]Function nanorand::entropy::backup_entropy

pub fn backup_entropy(amt: usize) -> Vec<u8>

A backup entropy source, trying rdseed first, and if it fails or does not complete, combining it with or using system time-based entropy generation.