A.Enum.random

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

Specs

random(t(val)) :: val when val: value()

Returns a random element of an enumerable.

Mirrors Enum.random/1 with higher performance for Aja structures.