Method Hash32NonZero
Hash32NonZero(uint)
Generates a 32-bit non-zero hash using an unsigned integer seed
Declaration
public static uint Hash32NonZero(uint seed)
Parameters
Type | Name | Description |
---|---|---|
uint | seed | The unsigned integer to hash |
Returns
Type | Description |
---|---|
uint | The calculated hash value |