Generate a deterministic hash code from a string. Used for generating unique but consistent resource name suffixes.
The string to hash
A string representation of the hash (absolute value)
hashcode('MyApp/Stack/Resource'); // '1234567' Copy
hashcode('MyApp/Stack/Resource'); // '1234567'
Generate a deterministic hash code from a string. Used for generating unique but consistent resource name suffixes.