Thread: Sources of randomness in PG?

Sources of randomness in PG?

From
Date:
I'm writing some functions in pl/pgsql, and I need a source of
cryptographicly-good random numbers.  Does anyone have any idea how to
do this?  Will I need to code a function in C to do this?

Thanks