/** * @name hash * @description Random hashing algorithm I found on Stack Overflow. * @param {string} str * @param {boolean} asString * @param {*} seed * * @returns {string} hash */ function hash(str, asString, seed) {