About 34,700 results
Open links in new tab
  1. random - Create a GUID / UUID in Java - Stack Overflow

    Jun 6, 2010 · What are some of the best ways to create a GUID / UUID in Java?

  2. javascript - How do I create a GUID / UUID? - Stack Overflow

    May 7, 2019 · How do I create GUIDs (globally-unique identifiers) in JavaScript? The GUID / UUID should be at least 32 characters and should stay in the ASCII range to avoid trouble when passing …

  3. How to generate a GUID in C? - Stack Overflow

    Now, you want the GUID/UUID to be ordered in time. The only way to do that without weakening the GUID/UUID randomness would be to prefix the 16-byte GUID/UUID with an unsigned integer (which …

  4. What is { {$guid}} used for in Postman? - Stack Overflow

    Jun 16, 2016 · Saving guid to a global variable is not working in PM. I used this code to generate a random string and save it to a variable. Thanks!

  5. How to create a GUID in Excel? - Stack Overflow

    I need a function to add a GUID to cells in excel. I found this previous question on stackoverflow, but it is not working. It suggests the following function: =CONCATENATE(DEC2HEX(RANDBETWEEN(0,

  6. c# - How to seed GUID generation? - Stack Overflow

    Nov 2, 2012 · What would be the easiest way to code a function in .NET to generate a GUID based on a seed so that I can have greater confidence about its uniqueness? string GenerateSeededGuid(int …

  7. How to generate a Guid in SQL Server? - Stack Overflow

    Dec 20, 2016 · I need to create an Id as Guid in SQL(no identity) How I can do this? I defined the Id as uniqueidentifier but what is save in Db is 00000000-0000-0000-0000-000000000000

  8. C# how to create a Guid value? - Stack Overflow

    Feb 26, 2010 · One field of our struct is Guid type. How to generate a valid value for it?

  9. What's the C++ version of Guid.NewGuid ()? - Stack Overflow

    Aug 25, 2009 · 12 The documentation for Guid.NewGuid points out, how it is implemented: This is a convenient static method that you can call to get a new Guid. The method wraps a call to the …

  10. plpgsql - How to create guid in PostgreSQL - Stack Overflow

    Jul 6, 2015 · How to create GUID in Windows format in Postgres 9.0+? I tried function