pub async fn generate_random(len: u32) -> Result<Vec<u8>, Error>
Expand description

Return a fix-length random u8 array.