postgresql/contrib/tablefunc/sql
Tom Lane c472b8366f 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.
2003-09-13 21:44:50 +00:00
..
tablefunc.sql With Joe Conway's concurrence, remove srandom() call from normal_rand(). 2003-09-13 21:44:50 +00:00