Tieske / uuid

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

Fix invalid UUIDv4 generation #7

Closed gfv closed 3 years ago

gfv commented 8 years ago

A small mistake made generated UUIDs not valid according to ITU X.667 (10/12), §15.1. This pull request fixes this problem.

gfv commented 8 years ago

I'm also pretty sure that MAC-address-based UUIDs have different version number, but I'm too lazy to patch it :)