A Ruby unique identifier generate
Identifier is a Ruby universally unique identifier generator that attempts to use the UNIX, Linux and Macintosh library 'uuid'.
The gem is tested with:
gem install identifier
Identifier.generate # "CFAA3C87-38C1-4357-8FA2-D862780736AE"
Identifier 2.628164 seconds for 100,000 generations
GUID 15.755870 seconds for 100,000 generations
UUID 10.987766 seconds for 100,000 generations
Copyright (c) 2010 - 2012 Kevin Sylvestre. See LICENSE for details.