Animals.randomise
You're seeing just the function
randomise
, go back to Animals module for more information.
Link to this function
randomise(zoo)
randomise a list of zoo animals
Examples
iex> zoo = Animals.create_zoo()
iex> Animals.randomise(zoo)
["monkey", "gorilla", "..."]