Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MURMUR3_128 (0.14 sec)

  1. android/guava/src/com/google/common/hash/Hashing.java

       *
       * <p>The exact C++ equivalent is the MurmurHash3_x64_128 function (Murmur3F).
       */
      public static HashFunction murmur3_128() {
        return Murmur3_128HashFunction.MURMUR3_128;
      }
    
      /**
       * Returns a hash function implementing the <a href="https://131002.net/siphash/">64-bit
       * SipHash-2-4 algorithm</a> using a seed value of {@code k = 00 01 02 ...}.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 09 00:37:15 GMT 2024
    - 29.2K bytes
    - Viewed (0)
Back to top