All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.4.15 (2020-07-28)
Note: Version bump only for package @thi.ng/random
1.4.14 (2020-07-04)
Note: Version bump only for package @thi.ng/random
1.4.13 (2020-07-02)
Note: Version bump only for package @thi.ng/random
1.4.12 (2020-06-20)
Note: Version bump only for package @thi.ng/random
1.4.11 (2020-06-14)
Note: Version bump only for package @thi.ng/random
1.4.10 (2020-06-01)
Note: Version bump only for package @thi.ng/random
1.4.0 (2020-03-01)
- random: use correct 160bit default seed for XorWow (38d511b)
- random: add Xoshiro128, refactor default seeds (b535628)
1.3.0 (2020-02-25)
- random: add uuidv4Bytes() (e9ea10f)
1.2.0 (2020-01-26)
- random: add randomBytes() wrapper (c536bcd)
1.1.15 (2020-01-24)
- random: minor update ARandom.norm() (babbbaa)
1.1.0 (2019-02-15)
- random: add opt scale arg to IRandom.float() (5a7e448)
- random: add randomID() & weightedRandom() (f719724)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
- random: re-import, extend & refactor random package (MBP2010) (4aea85d)