Skip to main content

rand-nth

functionv1.2

clojure.core/rand-nth

Available in:BBCLJCLJS
(rand-nth [coll])
Return a random element of the (sequential) collection. Will have the same performance characteristics as nth for the given collection.

No examples yet. Be the first to add one!