(rand-nth [coll])Return a random element of the (sequential) collection. Will have
the same performance characteristics as nth for the given
collection.
Examples
No examples yet. Be the first to add one!
(rand-nth [coll])No examples yet. Be the first to add one!