@@ -5822,7 +5822,9 @@ added: REPLACEME
|
5822 | 5822 | Generates a random [RFC 9562][] version 7 UUID. The UUID contains a millisecond |
5823 | 5823 | precision Unix timestamp in the most significant 48 bits, followed by |
5824 | 5824 | cryptographically secure random bits for the remaining fields, making it |
5825 | | -suitable for use as a database key with time-based sorting. |
| 5825 | +suitable for use as a database key with time-based sorting. The embedded |
| 5826 | +timestamp relies on a non-monotonic clock and is not guaranteed to be strictly |
| 5827 | +increasing. |
5826 | 5828 | |
5827 | 5829 | ### `crypto.scrypt(password, salt, keylen[, options], callback)` |
5828 | 5830 | |
|