Skip to content

Instantly share code, notes, and snippets.

@somoza
Last active August 8, 2022 18:03
Show Gist options
  • Save somoza/2eb3a8d8c920126cd4ef92710ad8c817 to your computer and use it in GitHub Desktop.
Save somoza/2eb3a8d8c920126cd4ef92710ad8c817 to your computer and use it in GitHub Desktop.
unique id generator for Elixir
filename = :crypto.hash(:md5, "#{:os.system_time}") |> Base.encode16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment