Method Murmurhash3_x86_32
Murmurhash3_x86_32(Byte[], Int32, Int32, Int32)
Declaration
public static int Murmurhash3_x86_32(byte[] data, int offset, int len, int seed)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
System.Int32 |
offset |
|
System.Int32 |
len |
|
System.Int32 |
seed |
|
Returns
Type |
Description |
System.Int32 |
|
Murmurhash3_x86_32(BytesRef, Int32)
Declaration
public static int Murmurhash3_x86_32(BytesRef bytes, int seed)
Parameters
Type |
Name |
Description |
BytesRef |
bytes |
|
System.Int32 |
seed |
|
Returns
Type |
Description |
System.Int32 |
|