Improve documentation of random() function.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 75fdcec14543b60cc0c67483d8cc47d5c7adf1a8
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-10-24T12:40:23Z
Releases: 9.4.0
Improve documentation of random() function.

Move random() and setseed() to a separate table, to have them grouped
together. Also add a notice that random() is not cryptographically secure.

Original patch by Honza Horak, although I didn't use his version.

Files

PathChange+/−
doc/src/sgml/func.sgml modified +50 −27