Skip to content

Instantly share code, notes, and snippets.

@PaulStovell
Last active December 21, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulStovell/6336972 to your computer and use it in GitHub Desktop.
Save PaulStovell/6336972 to your computer and use it in GitHub Desktop.
public static Guid NewReallyRandomGuid()
{
// Got this value from the 'Create GUID' dialog in Visual
// Studio. Guaranteed to be unique.
return Guid.Parse("43BB5AE8-653E-4985-88F8-A8C4A92C9BD5");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment