A.Enum.take_random

You're seeing just the function take_random, go back to A.Enum module for more information.
Link to this function

take_random(enumerable, count)

View Source

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.