Function nanorand::entropy::rdseed[][src]

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

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.