Hacker News new | ask | show | jobs
by rr808 1302 days ago
UUIDs are nearly half the mac address of the server + a timestamp. They are in no way random.
1 comments

That's UUID v1. The random one that everyone uses is v4.
I have seem some common libraries that default to v1, so I can see why there’s some confusion in here.