I\'m trying to hash a 3d coordinate to make a unique ID for an index to a map
my approach is currently
return hash(x + hash(y + hash(z)));