pub fn get_random_item(list: &[String]) -> &String
Expand description

Returns a random item from a given list.