Raxol.Core.ID (Raxol v0.3.0)
View SourceProvides functions for generating unique identifiers.
Summary
Functions
Generates a unique string identifier.
Functions
@spec generate() :: String.t()
Generates a unique string identifier.
Uses Erlang's make_ref
and converts it to a string representation.
While unique within the runtime, refs are not guaranteed universally unique
like UUIDs.