UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 280 B
/** * NOTE: based on https://github.com/garycourt/murmurhash-js/blob/master/murmurhash3_gc.js * @param {Uint32Array} key * @param {number} seed * @returns {number} */ export function murmur3_32(key: Uint32Array, seed: number): number; //# sourceMappingURL=murmur3_32.d.ts.map