[][src]Function nanorand::entropy::rdseed_entropy

pub fn rdseed_entropy(out: &mut [u8]) -> Option<usize>

An rdseed-based entropy source. Only works on x86/x86_64 platforms where the rdseed instructions are available. Returns None if rdseed is not available. Returns Some if it successfully managed to pull some bytes. VERY unreliable.