Releases: AlexeySKiselev/randomjs
Releases · AlexeySKiselev/randomjs
PRNG Factory
- PRNG Factory added
- Philox PRNG added
- Taus113 PRNG added
- SWB2712 PRNG added
- Bugs fixed
String utils
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
- 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
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
-
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
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 <alexeys.kiselev@yahoo.com>
Smooth added
Smooth moving algorithm added, some bugs fixed
2.6.0: Zipf distribution
Zipf distribution added
2.5.2: crossvalidation added
"crossvalidation" output type added to .kfold
method.
k-fold
k-fold method added with tests, bugs fixed, fs dependency removed