Mate.Utils.random_id

You're seeing just the function random_id, go back to Mate.Utils module for more information.

Specs

random_id(length :: integer()) :: String.t()

Returns a random id of any given length

Examples: iex> Mate.Utils.random_id() "3T440PTEM1IFD64I9R8MU2L2TIAGSF1TRQDH394HCUS5IRJHCGL0"

iex> Mate.Utils.random_id(6) "HGEE0AFSH0"