ruby-guid / 0.0.1
| Short description: | A Ruby library for portable GUID/UUID generation | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Distributed computation | |||||
| Status: | beta | |||||
| Created: | 2004-03-03 13:28:01 GMT | |||||
| Last update: | - | |||||
| Owner: | davegaramond (Projects of this owner) | |||||
| Homepage: | http://rubyforge.org/projects/uuid/ | |||||
| Download: | http://rubyforge.org/download.php/378/ruby-guid-0.0.1.tar.gz | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | This library can produce GUID/UUID on Windows (except first release of Win95 and older version) and on Unix using random number. I have only tested this library under Win2k and Redhat 7.3; please report if you fail to use it on other platforms. On Windows, it uses CryptGenRandom(). On Unix, it uses /dev/urandom (and if fail, try to use /dev/random). No external program or library is needed. |
|||||