Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-mwc-random,
Fast, high quality pseudo random number generation
Branch: CURRENT,
Version: 0.13.1.1,
Package name: hs-mwc-random-0.13.1.1,
Maintainer: szptvlfnThis package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well
in tests of randomness. It is also extremely fast, between 2 and 3 times
faster than the Mersenne Twister.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
Required to run:[
wip/ghc] [
devel/hs-primitive] [
devel/hs-vector]
Master sites:
SHA1: c1ba51ff8c87c7dcfe7d0b610c1b99e4dcb08597
RMD160: d9a8d03f8c0a13b3c47425c9638c29a1c205c5ba
Filesize: 20.446 KB
Version history: (Expand)
- (2014-08-15) Package deleted from pkgsrc
- (2014-03-12) Package added to pkgsrc.se, version hs-mwc-random-0.13.1.1 (created)
CVS history: (Expand)
2014-08-15 00:00:00 by Ryosuke Moro | Files touched by this commit (7) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
Remove hs-mwc-random, imported to pkgsrc/math.
|
2014-08-13 23:34:15 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.13.2.0
ChangeLog:
Changes in 0.13.2.0
* Generators for beta, Bernoully, Dirichlet and categorical distributions
added.
* Functions for generating random shuffles added.
Changes in 0.13.1.2
* GHC 7.9 support
|
2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
|
2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
|
2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74) |
Log message:
Update MAINTAINER address
|
2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-03-13 00:14:11 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import mwc-random-0.13.1.1 as wip/hs-mwc-random.
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well
in tests of randomness. It is also extremely fast, between 2 and 3 times
faster than the Mersenne Twister.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
|