Skip to content

Releases: AlexeySKiselev/randomjs

PRNG Factory

04 Jul 18:17
ebe41d6
Compare
Choose a tag to compare
  • PRNG Factory added
  • Philox PRNG added
  • Taus113 PRNG added
  • SWB2712 PRNG added
  • Bugs fixed

String utils

18 Oct 21:50
8003802
Compare
Choose a tag to compare

String utils

2.11.0 - String utils added

Defferent string utils added, UID generators added with tests,
small refactoring, minor changes

Marsenne Twister PRNG added, test added, minor refactoring

Travis yml and tests refactored

RouletteWheel algorithm added

02 Aug 09:49
cf2d2f9
Compare
Choose a tag to compare
  • 2.9.1 - randomInRange method added, bugs fixed, tests added
  • 2.10.0 - RouletteWheel algorithm added, tests added
  • 2.10.0 - randomColor added, tests added

Fatigue distribution added

19 Jul 13:06
dae7700
Compare
Choose a tag to compare

2.8.3 - Fatigue life distribution added, tests added
2.8.4 - Remove node version requirement, minor fixes

Beta distribution bug fix, Compertz and Delaporte distributions added

28 Jun 00:48
5789ab3
Compare
Choose a tag to compare
  • 2.8.0 - Compertz distribution added, tests added

  • 2.8.1 - Beta distribution bug fixed

Beta distribution for alpha=1 or beta=1 returned NaN
every time. Fixed it by changing prng.random(n) logic.

  • 2.8.2 - Delaporte distribution added

PRNGs added

18 May 20:22
13f24ce
Compare
Choose a tag to compare

Dev new prng distribution (#9)

* 2.7.1 - Xorshift PRNG added, PRNG proxy refactored, tests added

* 2.7.2 - Kiss PRNG added

* 2.7.3 - ParkMiller PRNG added, tests added, minor fixes

* 2.7.4 - Coveyou PRNG added, tests added, minor fixes

* 2.7.5 - Knuthran2 RPNG added, tests added, minor fixes

* 2.7.6 - r250 PRNG added, tests added

* 2.7.7 - mrg5 PRNG added, tests added, minor fixes

* 2.7.8 - gfsr4 PRNG added, tests added

* 2.7.9 - dx1597 PRNG added, tests added

* 2.7.10 - tt800 PRNG added, tests added

* 2.7.11 - Xorwow PRNG added

* Readme extended

Authored-by: Alexey Kiselev <[email protected]>

Smooth added

13 Feb 11:53
7f739e9
Compare
Choose a tag to compare

Smooth moving algorithm added, some bugs fixed

2.6.0: Zipf distribution

30 Nov 17:49
Compare
Choose a tag to compare

Zipf distribution added

2.5.2: crossvalidation added

28 Sep 17:54
ef10157
Compare
Choose a tag to compare

"crossvalidation" output type added to .kfold method.

k-fold

12 Sep 22:30
4881997
Compare
Choose a tag to compare

k-fold method added with tests, bugs fixed, fs dependency removed