Skip to content
Michael Truog edited this page Jan 31, 2021 · 2 revisions

Basic Usage

%% Seed
quickrand:seed(),
%% Create state
S = uuid:new(node()),
%% Create uuid
{U,_} = uuid:get_v1(S),
%% Get string representation
uuid:uuid_to_string(U).
Clone this wiki locally