Thread: generate random unique object id

generate random unique object id

From
Eric Enockson
Date:
    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?