uuLua

A small library that implements some UUID generating functions (so far only random UUIDs)

Give it a try:

local uu = require "uulua"
for i=1,20 do
    print(uu.random())
end

...or in moonscript:

uu = require "uulua"
for i=1,20
    print uu.random!

Next planned feature: date-time and MAC-based (aka. version 1) UUIDs

License: The Unlicense

generated by LDoc 1.4.6 Last updated 2020-02-17 14:16:58