Raxol.Core.ID (Raxol v0.2.0)

View Source

Provides functions for generating unique identifiers.

Summary

Functions

Generates a unique string identifier.

Functions

generate()

@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.