diff --git a/doc/src/sgml/func/func-datetime.sgml b/doc/src/sgml/func/func-datetime.sgml
index 98dd60aa9a7..a25da4b5175 100644
--- a/doc/src/sgml/func/func-datetime.sgml
+++ b/doc/src/sgml/func/func-datetime.sgml
@@ -948,6 +948,12 @@
Returns a random value in the range
min <= x <= max.
+
+ Note that these functions use the same pseudo-random number generator
+ as the functions listed in ,
+ and respond in the same way to calling
+ setseed().
+ random('1979-02-08'::date,'2025-07-03'::date)1983-04-21
diff --git a/doc/src/sgml/func/func-math.sgml b/doc/src/sgml/func/func-math.sgml
index fd821c0e706..9dcf97e7c9e 100644
--- a/doc/src/sgml/func/func-math.sgml
+++ b/doc/src/sgml/func/func-math.sgml
@@ -1130,7 +1130,7 @@
-
+ setseedsetseed ( double precision )