X Tutup
The Wayback Machine - https://web.archive.org/web/20210813191742/https://github.com/nodejs/node/commit/993a1da47c
Skip to content
Permalink
Browse files
doc: mention cryptographic prng in description of randomUUID
PR-URL: #38074
Refs: #36729
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
srknzl authored and Trott committed Apr 11, 2021
1 parent 95ca351 commit 993a1da47cb2060da65cc51484d71de81f1fc443
Showing with 2 additions and 1 deletion.
  1. +2 −1 doc/api/crypto.md
@@ -4732,7 +4732,8 @@ added: v15.6.0
**Default:** `false`.
* Returns: {string}

Generates a random [RFC 4122][] Version 4 UUID.
Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
cryptographic pseudorandom number generator.

### `crypto.scrypt(password, salt, keylen[, options], callback)`
<!-- YAML

0 comments on commit 993a1da

Please sign in to comment.
X Tutup