c# - If I create GUIDs then is there a way I can check if one GUID is created after another? -


if create 2 guids understand unique part of dependent on time. create random string random.

maybe if knows how guid created me understand.

if create guids there way can check if 1 guid created after another?

no. there lots of ways make guids. nothing in guid encodes time. possible poorly implemented guid generator encode time of generation, in general, given guid, not know algorithm used generate it.

i create random string random.

use quality random number generator. although warned hard find true random number generators on general computer. best can use pseudo random number generator.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -