-
-
Notifications
You must be signed in to change notification settings - Fork 616
os.uuid
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
The os.uuid function returns a Universally Unique Identifier.
#!lua
id = os.uuid(name)
name is an optional string value. If provided, it will be used to create a deterministic, hash-based identifier.
A new UUID, a string value with the format 74CFC033-FA4D-4B1E-A871-7DC48FA36769.