Raxol.Core.ID (Raxol v0.5.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 System.unique_integer([:positive])
and converts it to a string.
While unique within the runtime, these are not guaranteed universally unique like UUIDs.