A library for generation of universally unique identifiers (UUIDs) as described by
RFC 4122. UUID provides methods for the generation of uuids version 1 (time based), 3 (name based with MD5 hashing), 5 (name based with SHA1 hashing) and 4 (random uuids).
Project page at https://github.com/dardoria/uuid
License: LLGPL
Networking