* Professor of Mathematics at the University of Illinois at Chicago. const int HASH_SEED = 5381; /* Starting point for first cycle */ const int HASH_MULTIPLIER = 33; /* Multiplier for each cycle */ ...