I know that you can bang away at GUID generation on single and multiple machines and it’s statistically unlikely to ever generate the same GUID twice.
There is lots of information on the internet proving this.
Can the same be said of 100s of Windows CE 4, 5 & 6 devices running applications based on the .NET Compact Framework 3.5 generating GUIDs?
I’m assuming yes but can’t find any information proving that the WinCE OS uses random numbers and that they are suitably random.
Can anybody provide such information and references?
Thanks,
J.
From an early article on Guid for the .NET Compact Framework
This article proposes an algorithm which equals the windows version
Since 2.0 the actual compact framework contains the
Guid.NewGuidmethod, I would think they included the mentioned code which results in the same strongness / uniqueness of Guids on WinCE.