Could this cause multiple identical GUIDs?

Posted by billybum on Stack Overflow See other posts from Stack Overflow or by billybum
Published on 2010-06-09T08:29:24Z Indexed on 2010/06/09 8:32 UTC
Read the original article Hit count: 281

Filed under:
|
|

As GUID generation is time-dependent, if System.Guid.NewGuid() is called multiple times at the exact same instant on different threads, could it return identical GUIDs?

© Stack Overflow or respective owner

Related posts about c#

Related posts about guid