UUID
A simple library for generating/using Universally Unique Identifiers, as defined in RFC 4122 (http://www.ietf.org/rfc/rfc4122.txt).
This library generates version 4 UUIDs, which are based on random bytes read from SecureRandom (included for Ruby <1.8.7).
Author
Gabriel Boyer ([email protected])