in reply to Re: Function to create a GUID
in thread Function to create a GUID
A GUID or UUID is typically generated a priori without any knowledge of the entity to which it will be associated. That's so you can have a huge supply of identical entities and they all get unique individual identifiers. Tokens could somehow match, and then these hash-up identifiers would match. If you already have a "token" (your word) which is unique for the object, then you don't need a GUID/UUID hashing of it: use that token as your identifier.
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Function to create a GUID
by Tanktalus (Canon) on Sep 23, 2005 at 19:03 UTC |