I published JavaScript Guid Generator

Hi. I published JavaScript Guid Generator on Github. If you’re interested in C#, maybe you know C# has built-in Guid class and its generator method. I can say, guid isn’t random chars. Guid is designed to be unique. Which means, guid isn’t random. This isn’t my thought, also microsoft’s employee wrote a post. Guid Format […]