Generating unique numbers?

Jeff Epler jepler at unpythonic.net
Fri May 31 17:36:15 EDT 2002


On Fri, May 31, 2002 at 03:31:52PM -0600, VanL wrote:
> Is there a good algorithm for generating unique numbers 
> (ints, specifically) that can be used as object identifiers?

id(x)

Jeff





More information about the Python-list mailing list