v2.0.0
- Add d3.randomInt. #26
- Add d3.randomBinomial.
- Add d3.randomGeometric.
- Add d3.randomPareto.
- Add d3.randomBernoulli.
- Don’t wrap Math.random in the default source.
- Adopt explicit paths for imports. #22
- Adopt explicit files for publishing.
Thanks to @lange, @p-v-d-Veeken and @svanschooten for your contributions!
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-random 1.x or use a transpiler.