Subject random number generator?
Author Yiorgos Stamoulis
hello everyone

is there a PSQL function that will return a random integer or BigInt value?
I want to make a stored procedure that will insert a random number as
the primary key of a record.
I have good reasons why I not want to use a incremental generator.

thanx

Yiorgos