Is GenerateGUID() reliable?

There isn’t really one, in the context of parallel process number generation. You have to accept the fact that in some very rare cases, there will be some collisions.

How many samples are you using? Is it less than 100 trillion? If so, you should not worry about collisions.

1 Like