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 95ca351 commit 993a1daCopy full SHA for 993a1da
1 file changed
doc/api/crypto.md
@@ -4732,7 +4732,8 @@ added: v15.6.0
4732
**Default:** `false`.
4733
* Returns: {string}
4734
4735
-Generates a random [RFC 4122][] Version 4 UUID.
+Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
4736
+cryptographic pseudorandom number generator.
4737
4738
### `crypto.scrypt(password, salt, keylen[, options], callback)`
4739
<!-- YAML
0 commit comments