Skip to content

Latest commit

 

History

History
198 lines (74 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

198 lines (74 loc) · 5.83 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.4.2 (2021-07-01)

Note: Version bump only for package @thi.ng/random

2.4.1 (2021-06-08)

Note: Version bump only for package @thi.ng/random

2.4.0 (2021-04-19)

Bug Fixes

  • random: HOF issue w/ exponential() (12586b9)

Features

  • random: add uniqueValuesFrom/uniqueIndices() (3b3b5d8)

2.3.1 (2021-02-24)

Bug Fixes

  • random: update weightedRandom() (b1cf4d8)

2.3.0 (2021-02-20)

Features

  • random: add coin()/fairCoin() (ed66a64)

2.2.0 (2021-01-13)

Bug Fixes

  • random: add opt start index arg for uuid() (268ec3f)

Features

  • random: add CRYPTO IRandom impl (94e69c1)
  • random: add opt start/end for randomBytes() (4d095da)

Performance Improvements

  • random: minor update weightedRandom() (258fd7b)

2.1.1 (2020-11-26)

Bug Fixes

  • random: add missing subdir to pkg "files" (916dbe7)

2.1.0 (2020-11-24)

Features

  • random: add distribution HOFs, move gaussian() (9328821)
  • random: add randomBytesFrom(), update UUID fns (b31c872)

2.0.0 (2020-08-28)

Bug Fixes

  • random: off-by-one error in SYSTEM.int() (ca0492d)

Features

  • random: add INorm, extract gaussianCLT() (c687598)

BREAKING CHANGES

  • random: remove gaussian() from IRandom, extract as standalone gaussianCLT()
  • update gaussianCLT() default args to be more meaningful

1.4.0 (2020-03-01)

Bug Fixes

  • random: use correct 160bit default seed for XorWow (38d511b)

Features

  • random: add Xoshiro128, refactor default seeds (b535628)

1.3.0 (2020-02-25)

Features

  • random: add uuidv4Bytes() (e9ea10f)

1.2.0 (2020-01-26)

Features

  • random: add randomBytes() wrapper (c536bcd)

1.1.15 (2020-01-24)

Performance Improvements

  • random: minor update ARandom.norm() (babbbaa)

1.1.0 (2019-02-15)

Bug Fixes

  • random: add opt scale arg to IRandom.float() (5a7e448)

Features

  • random: add randomID() & weightedRandom() (f719724)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • 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.

0.1.0 (2018-11-24)

Features

  • random: re-import, extend & refactor random package (MBP2010) (4aea85d)