From 051743cdc5953398b3931addee68e18fb669ec3b 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 --- 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)`