On Fri, Dec 06, 2002 at 12:28:01PM +0100, Dick van der Kaaden wrote:
>  
> function mgdx_create_guid() {
> return(md5 (uniqid (rand())));
> }
> 
> Seems to return sufficiently unique id's.
I would warn you to not use such functions because this may lead to
clashes with regular GUID generator. It is better to make a binding for it
so that mgd_create_guid() will be available to frontends.
-- 
/ Alexander Bokovoy
---
The wise shepherd never trusts his flock to a smiling wolf.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to