[REBOL] Re: Creating unique ID's?
From: jason:cunliffe:verizon at: 16-Jul-2002 10:22
> I need to create ID's which are unique over even when they are created
> on different machines, or several poeple on the same machine, etc. Does
> anyone have a better idea than
>
> unique-id: join join system/user/email system/network/host now/precise
clear and simple strategy :-)
with an interesting result also..
>> unique-id: join join system/user/email system/network/host now/precise
== [jason--cunliffe--verizon--netvaio16-Jul-2002]/10:19:11.76-4:00
>> type? unique-id
== email!
That's a fine domain name.
./Jason