mirror of
https://github.com/postgres/postgres.git
synced 2026-06-23 09:01:01 -04:00
bdde191c1c
Move random() and setseed() to a separate table, to have them grouped
together. Also add a notice that random() is not cryptographically secure.
Back-patch of commit 75fdcec145 into
all supported versions, per discussion of the need to document that
random() is just a wrapper around random(3).