A.Enum.take_random
You're seeing just the function
take_random
, go back to A.Enum module for more information.
Specs
take_random(t(val), non_neg_integer()) :: [val] when val: value()
Takes count
random elements from enumerable
.
Mirrors Enum.take_random/2
with higher performance for Aja structures.