This package browser is in early development. Mind the rough edges.

ghc-tf-random 0.5

High-quality splittable pseudorandom number generator

This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper "Splittable Pseudorandom Number Generators Using Cryptographic Hashing" by Claessen, Pałka for details and the rationale of the design.

Installation

Install ghc-tf-random 0.5 as follows:

guix install ghc-tf-random@0.5

Or install the latest version:

guix install ghc-tf-random

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.