Releases: d3/d3-random
Releases · d3/d3-random
v1.1.0
- Add random.source to allow custom sources of randomness. Thanks, @rolyatmax!
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- First stable release.
Changes since D3 3.x
Pursuant to the great namespace flattening, the random number generators have new names:
- d3.random.normal ↦ d3.randomNormal
- d3.random.logNormal ↦ d3.randomLogNormal
- d3.random.bates ↦ d3.randomBates
- d3.random.irwinHall ↦ d3.randomIrwinHall
There are also new random number generators for exponential and uniform distributions. The normal and log-normal random generators have been optimized.
See CHANGES for all D3 changes since 3.x.
v0.3.0
- Export to the global
d3
in vanilla environments (d3/d3#2840).