pub fn random_names( conflicts: HashSet<String>, output_size: usize, ) -> Vec<String>
Return a unique collection of names.