Bug fix:
- Prevented the rare possibility that
Math.random()returns zero which could causeMath.logto return an invalid value. Thanks for espendk for spotting the issue.
Other improvements:
- Added a chart in readme to display the distribution shape
Bug fix:
Math.random() returns zero which could cause Math.log to return an invalid value. Thanks for espendk for spotting the issue.Other improvements: