Skip to content

Releases: bestickley/random-variate-generators

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 21:26

1.6.1 (2020-12-01)

Bug Fixes

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 12:08

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

Choose a tag to compare

@github-actions github-actions released this 30 Oct 10:42

1.5.1 (2020-10-30)

Bug Fixes

  • sigma => sigmaSquared for normal random generator (afb7d66)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 10:38

1.5.0 (2020-10-30)

Features

  • update sign value calculation in normal generator (312513a)

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 21 Oct 10:54

1.4.1 (2020-10-21)

Bug Fixes

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 10:41

1.4.0 (2020-10-21)

Features

  • add erlang distribution (bea1c75), closes #6

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 19 Oct 13:11

1.3.3 (2020-10-19)

Bug Fixes

  • update build step command in CI to run correctly (8de5f89)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Oct 12:03

1.3.2 (2020-10-19)

Bug Fixes

  • add dist to files key of package.json (31cbc1d)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Oct 03:12

1.3.1 (2020-10-19)

Bug Fixes

  • change geometric to incorporate ceiling function (50cd564)
  • geometric test (6b14a09)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Oct 02:40

1.3.0 (2020-10-19)

Features

  • add triangular distribution (74112fa), closes #5