|
From: Edward C. J. <edc...@co...> - 2005-09-28 18:26:40
|
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? |