Raxol. Core. ID
(Raxol v2.6.0)
View Source
Provides 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.