@hackage / mwc-random

Fast, high quality pseudo random number generation

Latest0.15.3.0

About

Metadata

  • Last updated , by AlexeyKhudyakov
  • License BSD-2-Clause
  • Categories Mathematics
  • Maintained by: Alexey Khudyakov <alexey.skladnoy@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4
  12. 8.2.2
  13. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    benchpapi (off by default)

    Enable building of benchmarks which use instruction counters. It requires libpapi and only works on Linux so it's protected by flag

Readme

Efficient, general purpose pseudo-random number generation

Build Status

This package provides the System.Random.MWC module, a Haskell library for generating high-quality pseudo-random numbers in a space- and time-efficient way.

Get involved!

Please report bugs via the github issue tracker.

Master git repository:

  • git clone https://github.com/haskell/mwc-random.git

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.