Project

gabe-uuid

0.0
No commit activity in last 3 years
No release in over 3 years
Simple UUID implementation, as per RFC 4122
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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)