Skip to main content

random_bytes

Function random_bytes 

Source
pub fn random_bytes(n: usize) -> Vec<u8> 
Expand description

random_bytes($n) for the few places Composer draws randomness (the APCu prefix): the OS entropy source, or the hasher seed as a fallback.