diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0a5c402640d..93ba39eff10 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1832,8 +1832,9 @@ repeat('Pg', 4) PgPgPgPg - The random() function uses a simple linear - congruential algorithm. It is fast but not suitable for cryptographic + The random() function uses a deterministic + pseudo-random number generator. + It is fast but not suitable for cryptographic applications; see the module for a more secure alternative. If setseed() is called, the series of results of