We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f90718 commit c798973Copy full SHA for c798973
doc/api/crypto.md
@@ -5838,6 +5838,10 @@ added: REPLACEME
5838
random data to generate up to 128 random UUIDs. To generate a UUID
5839
without using the cache, set `disableEntropyCache` to `true`.
5840
**Default:** `false`.
5841
+ * `monotonic` {boolean} When `true`, guarantees that UUIDs generated
5842
+ within the same millisecond are strictly increasing by using a counter
5843
+ in the `rand_a` field, as described in [RFC 9562][] Section 6.2.
5844
+ **Default:** `false`.
5845
* Returns: {string}
5846
5847
Generates a random [RFC 9562][] version 7 UUID. The UUID contains a millisecond
0 commit comments