Skip to main content

random-sample

functionv1.7

clojure.core/random-sample

Available in:BBCLJCLJS
(random-sample [prob] [prob coll])
Returns items from coll with random probability of prob (0.0 - 1.0). Returns a transducer when no collection is provided.

No examples yet. Be the first to add one!