• JS Implementation of MurmurHash3 (r136) (as of May 20, 2011)

    Returns

    32-bit positive integer hash

    Parameters

    • key: string | Uint8Array

      ASCII only

    • Optional seed: number

      (optional) positive integer

    Returns number

Generated using TypeDoc