pub fn random_vec(len: usize) -> Result<Vec<u8>, GetRandomFailed>
Make a Vec<u8> of the given size containing random material.
Vec<u8>