On 29 May 2008, at 13:26, Michael Van Canneyt wrote: > The default implementation on Linux uses a random() call to generate a > guid, combined with a timestamp, if I recall correctly. Note that random() will always return the same sequence if you don't call randomize() once in the program. Jonas