+> aren't these values supposed to be unique? +> + +Nope, + +They couldn't be. hash() should be (is) able map a potentially infinite +number of objects to the finite set of integers. Note that integers +(except -1, see Danny's reply) are their own hashes, which already uses +the set of all possible hash numbers once. + thanx very much to both you and Danny -- quite enlightening ~c