@hackage / mersenne-random

Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister

Latest1.0.0.1

About

Metadata

  • Last updated , by DonaldStewart
  • License BSD-3-Clause
  • Categories Mathematics, Systems Programming
  • Maintained by: Don Stewart <dons00@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (off by default)

    Build with new smaller base library

    use_sse2 (off by default)

    Build with SSE2 support.

    use_altivec (off by default)

    Build with Altivec support.

    big_endian64 (off by default)

    Build for a big endian 64 bit machine.

Readme

To build with sse2 support (core2 and other intels)

$ runhaskell Setup.lhs -f use_sse2

Similar flags for altivec on the mac