Function hermit::sys_secure_rand64
source · #[no_mangle]
pub unsafe extern "C" fn sys_secure_rand64(value: *mut u64) -> i32Expand 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 -1.