Tieske / uuid

A pure Lua uuid generator (modified from a Rackspace module)
http://tieske.github.io/uuid/
137 stars 50 forks source link

hange(default): no longer set a default random generator #16

Open Tieske opened 8 months ago

Tieske commented 8 months ago

safer to have the user explictly pick one

rfl890 commented 2 weeks ago

Maybe provide by default a few "pluggable" ones (for example, io.read /dev/urandom on unix-based systems, ffi wrapper to RtlGenRandom on windows) for convenience.