With Joe Conway's concurrence, remove srandom() call from normal_rand().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c472b8366f5bec1da4d5d5b894f47508bbc8d5d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-13T21:44:50Z
Releases: 7.4.1
With Joe Conway's concurrence, remove srandom() call from normal_rand().
This was the last piece of code that took it upon itself to reset the
random number sequence --- now we only have srandom() in postmaster start,
backend start, and explicit setseed() operations.

Files