I would like to generate random unique object id's on inserts into a
table.
Currently i have a number generator making unique object id's
incrementally,
but i would like to generate random numbers so that the users can' t
make
any distinctions from their assigned id's.
help?