UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible. == Example UUID.md5_create(UUID_DNS_NAMESPACE, "www.widgets.com") => # UUID.sha1_create(UUID_DNS_NAMESPACE, "www.widgets.com") => # UUID.timestamp_create => # UUID.random_create => #