Return a random element of the (sequential) collection. Will have
the same performance characteristics as nth for the given
collection.
Source
(defnrand-nth"Return a random element of the (sequential) collection. Will have
the same performance characteristics as nth for the given
collection."{:added"1.2":statictrue}[coll](nthcoll(rand-int(countcoll))))