Skip to content

Instantly share code, notes, and snippets.

@sabiwara
Created March 24, 2022 23:53
Show Gist options
  • Save sabiwara/de84e63d46b1add3dd6faf91d1231318 to your computer and use it in GitHub Desktop.
Save sabiwara/de84e63d46b1add3dd6faf91d1231318 to your computer and use it in GitHub Desktop.
1..10
|> Enum.map(fn _ -> Enum.random(?a..?z) end)
|> to_string()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment