inverseKmhfPhrase
Represents a GLSL shader phrase that defines the inverse of Knuth's multiplicative hash function, commonly used in procedural noise generation or random value calculations.
The inverseKmhfPhrase` provides a utility function in GLSL to compute the inverse of the multiplicative hash for unsigned integers. It is wrapped within preprocessor guards to ensure the function is only defined once during shader compilation.