Releases: bestickley/random-variate-generators
Releases · bestickley/random-variate-generators
v1.6.1
Compare
Sorry, something went wrong.
No results found
1.6.1 (2020-12-01)
Bug Fixes
v1.6.0
Compare
Sorry, something went wrong.
No results found
1.6.0 (2020-12-01)
Bug Fixes
Features
add ability to pass explicit uniform(s) for PRN generation (7573fe5 )
add GOF and runs tests (72741f9 )
uniforms: GOF uniformity test, runs test for independence (f626897 )
uniforms: update README, added tests, clean up (7b8f47a )
v1.5.1
Compare
Sorry, something went wrong.
No results found
1.5.1 (2020-10-30)
Bug Fixes
sigma => sigmaSquared for normal random generator (afb7d66 )
v1.5.0
Compare
Sorry, something went wrong.
No results found
1.5.0 (2020-10-30)
Features
update sign value calculation in normal generator (312513a )
v1.4.1
Compare
Sorry, something went wrong.
No results found
1.4.1 (2020-10-21)
Bug Fixes
v1.4.0
Compare
Sorry, something went wrong.
No results found
1.4.0 (2020-10-21)
Features
v1.3.3
Compare
Sorry, something went wrong.
No results found
1.3.3 (2020-10-19)
Bug Fixes
update build step command in CI to run correctly (8de5f89 )
v1.3.2
Compare
Sorry, something went wrong.
No results found
1.3.2 (2020-10-19)
Bug Fixes
add dist to files key of package.json (31cbc1d )
v1.3.1
Compare
Sorry, something went wrong.
No results found
1.3.1 (2020-10-19)
Bug Fixes
change geometric to incorporate ceiling function (50cd564 )
geometric test (6b14a09 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
1.3.0 (2020-10-19)
Features
add triangular distribution (74112fa ), closes #5