diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index e397386..b53145a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -831,19 +831,6 @@ - random - - random() - - dp - random value in the range 0.0 <= x < 1.0 - random() - - - - - - round round(dp or numeric) @@ -865,20 +852,6 @@ - setseed - - setseed(dp) - - void - set seed for subsequent random() calls (value between -1.0 and - 1.0, inclusive) - setseed(0.54823) - - - - - - sign sign(dp or numeric) @@ -952,6 +925,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() depends + 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 take arguments and return values of type double