Possible Duplicate:
Example of UUID generation in c++
I need an algorithm for generating a 24 character UUID, but all I have been able to find is generators that produce the standard 32 character ones, like this:
550e8400-e29b-41d4-a716-446655440000
How can I generate a 24 character UUID?