@hackage / random-bytestring

Efficient generation of random bytestrings

Latest0.1.4

About

Metadata

  • Last updated , by larsk
  • License MIT
  • Categories Systems Programming
  • Maintained by: Lars Kuhtz <lakuhtz@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.3
  3. 8.8.4
  4. 8.6.5
  5. 8.4.1
  6. 8.2.2
  7. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    with-pcg (on by default)

    compile with support for PCG from pcg-random

Readme

Build Status

This package is deprecated. Please, use genByteString from the random package (version >=1.2) instead.

Efficient Random Haskell ByteStrings

Installation

cabal install random-bytestring