Is it possible to design our own algorithm to create unique GUIDs?
Posted
by AKN
on Stack Overflow
See other posts from Stack Overflow
or by AKN
Published on 2010-05-04T11:44:00Z
Indexed on
2010/05/04
11:48 UTC
Read the original article
Hit count: 202
programming-related
|algorithm
GUID are generated by the combination of numbers and characters with a hyphen.
eg) {7B156C47-05BC-4eb9-900E-89966AD1430D}
In Visual studio, we have the 'Create GUID' tool to create it. I hope the same can be created programmatically through window APIs.
How GUIDs are made to be unique? Why they don't use any special characters like #,^ etc...
Also Is it possible to design our own algorithm to create unique GUIDs?
© Stack Overflow or respective owner