KCollins / seqp

Signal generation for Solar Eclipse QSO Party.
0 stars 0 forks source link

hash function should be repeatable and platform independent #1

Open AidanMontare opened 1 year ago

AidanMontare commented 1 year ago

Python's hash can have platform-dependent return lengths, and on my machine, with each restart of the notebook kernel I receive a new hash value for the same string.

AidanMontare commented 1 year ago

See https://docs.python.org/3/reference/datamodel.html#object.__hash__