diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e397386bf2..2b91e6e86a 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -828,19 +828,6 @@
0.785398163397448
-
-
-
- random
-
- random()
-
- dp
- random value in the range 0.0 <= x < 1.0
- random()
-
-
-
@@ -862,20 +849,6 @@
42.44
-
-
-
- setseed
-
- setseed(dp)
-
- void
- set seed for subsequent random() calls (value between -1.0 and
- 1.0, inclusive)
- setseed(0.54823)
-
-
-
@@ -951,6 +924,56 @@
+
+ shows functions for
+ generating random numbers.
+
+
+
+ Random Functions
+
+
+
+
+ Function
+ Return Type
+ Description
+
+
+
+
+
+
+ random
+
+ random()
+
+ dp
+ random value in the range 0.0 <= x < 1.0
+
+
+
+
+
+ setseed
+
+ setseed(dp)
+
+ void
+ set seed for subsequent random() calls (value between -1.0 and
+ 1.0, inclusive)
+
+
+
+
+
+
+ The characteristics of the values returned by
+ random() depend
+ on the system implementation. It is not suitable for cryptographic
+ applications; see module for an alternative.
+
+
Finally, shows the
available trigonometric functions. All trigonometric functions