UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 216 B
/** * Excellent 32bit hash function. * * Based on work by TheIronBorn circa 2022. * @param {number} v * @returns {number} */ export function lowbias32(v: number): number; //# sourceMappingURL=lowbias32.d.ts.map