Function hermit::sys_secure_rand32 [−][src]
#[no_mangle] pub fn sys_secure_rand32() -> Option<u32>
Expand description
Create a cryptographicly secure 32bit random number with the support of
the underlying hardware. If the required hardware isn’t available,
the function returns None
.