[Numpy-discussion] numarray: Possible hash collision problem
Edward C. Jones
edcjones at comcast.net
Wed Sep 28 11:28:34 CDT 2005
hash(numarray.arange(1000)) == hash(numarray.arange(10000))
The hash value changes each time I enter the Python interpreter. I have
always assumed that hashing was deterministic. Is it?
More information about the Numpy-discussion
mailing list