quick-hash var hashOfKey = quickHash(key, seed) Murmur hash optimized for performance, not collision avoidance. key (string) - the string to hash seed (number) - a seed for hashing returns (string) hashOfKey - A string of 5 to 7 alpha-numeric characters var hash = require('vigour-util/hash')hash('Any sting in the world!!!') // '16hck72'