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