Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

README.markdown

File metadata and controls

13 lines (9 loc) · 316 Bytes

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 (gboyer@gmail.com)