Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-mwc-random-0.15.1.0-1.1 RPM for ppc64le

From OpenSuSE Ports Tumbleweed for ppc64le

Name: ghc-mwc-random Distribution: openSUSE Tumbleweed
Version: 0.15.1.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 9 19:21:28 2024
Group: Unspecified Build host: reproducible
Size: 1212156 Source RPM: ghc-mwc-random-0.15.1.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://hackage.haskell.org/package/mwc-random
Summary: Fast, high quality pseudo random number generation
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.

Provides

Requires

License

BSD-2-Clause

Changelog

* Tue Jul 09 2024 Peter Simons <psimons@suse.com>
  - Update mwc-random to version 0.15.1.0.
    [#]# 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`.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Mon Nov 15 2021 psimons@suse.com
  - Update mwc-random to version 0.15.0.2 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Mon Aug 16 2021 psimons@suse.com
  - Update mwc-random to version 0.15.0.2.
    [#]# Changes in 0.15.0.2
    * Doctests on 32-bit platforms are fixed. (#79)
* Sat Jul 10 2021 psimons@suse.com
  - Update mwc-random to version 0.15.0.1 revision 2.
    [#]# Changes in 0.15.0.1
    * Bug in generation of Int/Word in both uniform and uniformR is fixed. (#75)
    [#]# Changes in 0.15.0.0
    * `withSystemRandomST` and `createSystemSeed` are added.
    * `withSystemRandom` is deprecated.
    * `random>=1.2` is dependency of `mwc-random`.
    * Instances for type classes `StatefulGen` & `FrozenGen` defined in random-1.2
      are added for `Gen`.
    * Functions in `System.Random.MWC.Distributions` and
      `System.Random.MWC.CondensedTable` now work with arbitrary `StatefulGen`
    * `System.Random.MWC.uniformVector` now works with arbitrary `StatefulGen` as
      well and uses in-place initialization instead of `generateM`. It should be
      faster for anything but IO and ST (those shoud remain same).
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
  - Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.

Files

/usr/lib64/ghc-9.8.2/lib/libHSmwc-random-0.15.1.0-DrNAlzWpxdsGwIopU1Xc7a-ghc9.8.2.so
/usr/share/licenses/ghc-mwc-random
/usr/share/licenses/ghc-mwc-random/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Sep 11 00:44:36 2024