Function server::secure_rand::gen_u64
source · [−]pub fn gen_u64() -> u64
Expand description
Uses SecureRandom::fill to generate eight u8s, and then the u64 from those.
pub fn gen_u64() -> u64
Uses SecureRandom::fill to generate eight u8s, and then the u64 from those.