Path to this page:
Next | Query returned 7 messages, browsing 1 to 10 | previous
CVS Commit History:
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.
|
Next | Query returned 7 messages, browsing 1 to 10 | previous