LicenseRef-PublicDomain licensed by James Cook
Maintained by Dominic Steinitz
This version can be pinned in stack with:rvar-0.3.0.1@sha256:027ae102695a9597a31ad937d2d24e29d6c067e7c626d7bd9033e85de18075dc,2220

Module documentation for 0.3.0.1

Random number generation based on modeling random variables by an abstract type (RVar) which can be composed and manipulated monadically and sampled in either monadic or "pure" styles.

The primary purpose of this library is to support defining and sampling a wide variety of high quality random variables. Quality is prioritized over speed, but performance is an important goal too.

In my testing, I have found it capable of speed comparable to other Haskell libraries, but still a fair bit slower than straight C implementations of the same algorithms.

Changes

  • Changes in 0.3.0.0:

    • Drop usage of random-source in favor of random
    • Add Prim type that resembles one from random-source
    • Add RGen type that serves the same purpose as StdRandom in random-source
  • Changes in 0.2.0.6: None. (Pacify Hackage.)

  • Changes in 0.2.0.4: Update for GHC 8.8.

  • Changes in 0.2.0.3: Version bump for transformers dependency.

  • Changes in 0.2.0.2: Version bump for transformers dependency.

  • Changes in 0.2.0.1: Version bump for transformers dependency.