[][src]Function hermit::sys_secure_rand64

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

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.