With Joe Conway's concurrence, remove srandom() call from normal_rand().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Sep 2003 21:44:50 +0000 (21:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Sep 2003 21:44:50 +0000 (21:44 +0000)
commit20d7ae923f40ca62741db451a831b07e91c693a7
tree63a651ceef219060396b1dab33286e5a8220f090
parentedc25453069f1e52e10bea5f414eda813e768b1b
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.
contrib/tablefunc/README.tablefunc
contrib/tablefunc/expected/tablefunc.out
contrib/tablefunc/sql/tablefunc.sql
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.sql.in