Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

34 lines (16 loc) · 1.88 KB

2.0.0 (2020-10-12)

1.1.0 (2017-05-28)

Bug Fixes

  • splitGenerator: use the nextGenerator as the seed value (a332d5a)

1.0.0 (2017-05-27)

Bug Fixes

  • iterateToRandomNumber: always return a random number (8a94831)

Features

  • iterations: curry iterations (ca55c7a)
  • next: make next a free-standing function (a5c95d3)
  • PRNG: implement pure random number generator (12841c3)
  • Random: rename random -> next (785188d)
  • splitGenerator: implement splitGenerator (9ec6377)
  • src: add better typings (a1f93e4)
  • src: rename iterations -> randomValue (bbcc8d9)
  • src: return nextGenerator tuples (455809a)