Oasis.Token.random_string
You're seeing just the function
random_string
, go back to Oasis.Token module for more information.
Specs
random_string(length :: non_neg_integer()) :: String.t()
Generates a random string in N length via :crypto.strong_rand_bytes/1
.