diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0a5c402640..7492454592 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1832,10 +1832,11 @@ repeat('Pg', 4) PgPgPgPg
- The random() function uses a simple linear
- congruential algorithm. It is fast but not suitable for cryptographic
- applications; see the module for a more
- secure alternative.
+ The random() function uses
+ xoroshiro128**, a
+ linear feedback shift register algorithm.
+ 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
subsequent random() calls in the current session
can be repeated by re-issuing setseed() with the same