fb2844d7c4
Changes in 0.14.0.0 * Low level functions for acquiring random data for initialization of PRGN state is moved to System.Random.MWC.SeedSource module * Ensure that carry is always correct when restoring PRNG state from seed. Only affects users who create 258 element seed manually. (#63, #65) Changes in 0.13.6.0 * tablePoisson now can handle λ>1923, see #59 for details. That required intoduction of dependency on math-functions. Changes in 0.13.5.0 * logCategorical added Changes in 0.13.4.0 * withSystemRandom uses RtlGenRandom for seeding generator on windows
14 lines
433 B
Makefile
14 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/02 11:34:29 pho Exp $
|
|
|
|
DISTNAME= mwc-random-0.14.0.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Fast, high quality pseudo random number generation
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../math/hs-math-functions/buildlink3.mk"
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|