Hey,
I am currently developing a gift certificate generating app. The gift certificate records are going to be stored in SQL database. The company currently just increments the GC number each time one is printed. Obviously that is a terrible way to generate the number. I would like to randomize the number generation but ofcourse I can't have the same number generated that has already been issued. I am basically looking for ideas on how to approach this. Thanks for any input.