Like lerp, but (assuming min and max are ints) will scale the input value t so that it has an even chance of ending up on any of the ints in-between.
The minimum integer value (inclusive).
The maximum integer value (inclusive).
The position between those values.
t scaled between min and max, with an even chance of ending in any value.
Like lerp, but (assuming min and max are ints) will scale the input value t so that it has an even chance of ending up on any of the ints in-between.