1. UuidCreate function (Windows) - msdn.microsoft.com

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa379205...

    The UuidCreate function generates a UUID that cannot be traced to the ethernet address of the computer on which it was generated.

    • Syntax

      RPC_STATUS RPC_ENTRY UuidCreate(
        UUID __RPC_FAR *Uuid
      );
      Was this helpful?Thanks! Give more feedback
  2. PHP: uniqid - Manual

    php.net/manual/en/function.uniqid.php

    Parameters. prefix. Can be useful, for instance, if you generate identifiers simultaneously on several hosts that might happen to generate the identifier at the ...

  3. PostgreSQL: Documentation: 8.3: uuid-ossp

    https://www.postgresql.org/docs/8.3/static/uuid-ossp.html

    F.32.1. uuid-ossp Functions. The relevant standards ITU-T Rec. X.667, ISO/IEC 9834-8:2005, and RFC 4122 specify four algorithms for generating UUIDs, identified ...

  4. Change Instance UUID for VM in ESXi - Server Fault

    https://serverfault.com/.../793622/change-instance-uuid-for-vm-in-esxi

    I created one VM and then copied its files to another folder in the datastore to create the next machine ... Change Instance UUID for VM in ... sed -i '/uuid.location ...

  5. Generating universally unique identifiers (UUID) (SQL …

    https://www.ibm.com/developerworks/community/blogs/SQLTips4DB2LUW/...

    DB2 provides several means to generate unique identifiers depending on ones need. For example: IDENTITY column That's a column of a table which is generated ...

  6. What is UUID (Universal Unique Identifier)? - Definition ...

    searchmicroservices.techtarget.com/definition/UUID-Universal...

    A UUID (Universal Unique Identifier) is a 128-bit number used to uniquely identify some object or entity on the Internet.

  7. javascript - How to test valid UUID/GUID? - Stack …

    https://stackoverflow.com/questions/7905929

    How to check if variable contains valid UUID/GUID identifier ? I'm currently interested only in validating types 1 and 4, but it's not limit for your answer.

  8. How do I change UUID of a disk to whatever I want?

    https://askubuntu.com/questions/132079/how-do-i-change-uuid-of-a...

    How do I change UUID of a disk to whatever I want? up vote 21 down vote favorite. 4. ... tunefs.reiserfs -i {uuid} {device}

  9. Pure PHP UUID generator - Create a new Gist · GitHub

    https://gist.github.com/dahnielson/508447

    I didn't write the code above. I found it in the online PHP Manual where Andrew Moore, the author of the code, had posted it as a comment. I saved the code as a gist ...

  10. ORACLE-BASE - Universal Unique Identifier (UUID)

    https://oracle-base.com/articles/9i/uuid-9i

    ORACLE-BASE - Reduce data migration and replication issues by replacing sequence generated IDs with UUIDs.