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