Skip to content

gabe/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple UUID (version 4) implementation, as per RFC 4122 (http://www.ietf.org/rfc/rfc4122.txt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages