From 993a1da47cb2060da65cc51484d71de81f1fc443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serkan=20=C3=96zel?= Date: Sun, 4 Apr 2021 14:06:01 +0300 Subject: [PATCH] doc: mention cryptographic prng in description of randomUUID PR-URL: https://github.com/nodejs/node/pull/38074 Refs: https://github.com/nodejs/node/pull/36729 Reviewed-By: Rich Trott --- doc/api/crypto.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 5fff5d7c0683f0..d5e98bd1ebdd50 100644 --- a/doc/api/crypto.md +++ b/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)`