v2.0.0
⚠ BREAKING CHANGES
copycat.float()
method has been rewritten: previously, output values would stay close to the min
value give. With this release, output values will distribute more evenly across the (min, max) range of values.
This means that inputs for copycat.float()
will now map to a different output. It is still deterministic - the same input will always map to the same output. It is just that after the upgrade the corresponding output for each input will have changed.