/* @verb $list_utils:random_element this none this random (list) => random element from list. above line should go in description of $list_utils 2-12-92 C. Regis Wilson */ return (args[1])[random(length(args[1]))];