Path to this page:
Subject: CVS commit: pkgsrc/math/hs-mwc-random
From: Masatake Daimon
Date: 2025-01-30 06:24:45
Message id: 20250130052445.23427FBE0@cvs.NetBSD.org
Log Message:
math/hs-mwc-random: update to mwc-random-0.15.2.0
## Changes in 0.15.2.0
* Support for `random-1.3`.
## 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`.
Files: