Skip to content

Commit

Permalink
Update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
idontgetoutmuch committed Jun 12, 2024
1 parent 118b1b1 commit a7ee5a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changes in 0.15.1.0

* Additon of binomial sampler using the rejection sampling method in
Kachitvichyanukul, V. and Schmeiser, B. W. Binomial Random
Variate Generation. Communications of the ACM, 31, 2 (February,
1988) 216. <https://dl.acm.org/doi/pdf/10.1145/42372.42381>. A more
efficient basis for e.g. the beta binomial distribution:
`beta a b g >>= \p -> binomial n p g`.

## Changes in 0.15.0.2

* Doctests on 32-bit platforms are fixed. (#79)
Expand Down

0 comments on commit a7ee5a0

Please sign in to comment.