Function _rdseed64_step

#[target_feature(enable = "rdseed")]
pub fn _rdseed64_step(val: &mut u64) -> i32

Read a 64-bit NIST SP800-90B and SP800-90C compliant random value and store in val. Return 1 if a random value was generated, and 0 otherwise.

Intel's documentation