hash
Computes a hashed value based on the provided seed and input, and generates a LinearType instance using the hash results.
Return
a LinearType instance computed from the hash values
Parameters
seed
The seed value used for hash computation.
x
The integer input value used for hash computation.
Computes a hashed value based on the provided seed and input, and generates a LinearType instance using the hash results.
Return
a LinearType instance computed from the hash values
Parameters
seed
an integer seed value used to initialize the hash computation
x
an integer input used in the hash computation