request IDs, fixture batches और sortable v1 samples के लिए browser-local UUIDs और GUIDs बनाएं.
A UUID (Universally Unique Identifier), also called a GUID (Globally Unique Identifier), is a 128-bit value used to identify records, requests, and resources across systems. The common text form uses 32 hexadecimal characters split into five groups with hyphens.
यह पेज preset, version, count और output mode के लिए query-backed workflow बनाए रखता है, और फिर उन्हीं settings से browser में नए UUID बनाता है. UUID v4 request IDs और public identifiers के लिए default है. UUID v1 sortable samples के लिए timestamp ordering रखता है, और browser-side generation random node id का use करती है क्योंकि browsers MAC address expose नहीं करते.
While collisions are theoretically possible, the probability is astronomically low (1 in 2^122 for v4). You would need to generate 1 billion UUIDs per second for 85 years to have a 50% chance of collision.
ज़्यादातर request IDs, fixtures और public identifiers के लिए v4 इस्तेमाल करें. जब sortable samples आपके workflow में मदद करें और creation-time ordering उस timing signal को छिपाने से ज़्यादा महत्वपूर्ण हो, तब v1 इस्तेमाल करें.