Method Hash64
Hash64(ulong)
Based on splitmix64: http://xorshift.di.unimi.it/splitmix64.c
Declaration
public static ulong Hash64(ulong x)
Parameters
Type | Name | Description |
---|---|---|
ulong | x | 64-bit value to hash |
Returns
Type | Description |
---|---|
ulong | The calculated hash value |