Function hermit::sys_secure_rand64[][src]

#[no_mangle]
pub fn sys_secure_rand64() -> Option<u64>
Expand description

Create a cryptographicly secure 64bit random number with the support of the underlying hardware. If the required hardware isn’t available, the function returns None.