Last active
August 8, 2022 18:03
-
-
Save somoza/2eb3a8d8c920126cd4ef92710ad8c817 to your computer and use it in GitHub Desktop.
unique id generator for Elixir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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