computeStringHash
computeStringHash(string, [start], [length]) ⇒ number
Note: produces valid hash values for null and undefined.
Kind: global function
| Param | Type | Default | Description |
|---|---|---|---|
| string | string | null | undefined | ||
| [start] | number | 0 | |
| [length] | number | how many characters to hash, defaults to the rest of the string from start |