2.0.0 (2020-10-12)
1.1.0 (2017-05-28)
- splitGenerator: use the nextGenerator as the seed value (a332d5a)
1.0.0 (2017-05-27)
- iterateToRandomNumber: always return a random number (8a94831)
- 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)