The input string to calculate the bucket value for
Optional
multiplier: number = 1Optional multiplier to adjust the value
Optional
maxValue: number = 10000The maximum value for bucket scaling
Generates a bucket value based on the hash value, maximum value, and an optional multiplier.
The hash value used for calculation
The maximum value for bucket scaling
Optional
multiplier: number = 1Optional multiplier to adjust the value
Calculates the bucket value for a given string with optional multiplier and maximum value.