Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larskuhtz/random-bytestring

Efficient Generation of Random Haskell ByteStrings
https://github.com/larskuhtz/random-bytestring

Last synced: 24 days ago
JSON representation

Efficient Generation of Random Haskell ByteStrings

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/larskuhtz/random-bytestring.svg)](https://travis-ci.org/larskuhtz/random-bytestring)

**This package is deprecated**. Please, use
[`genByteString`](https://hackage.haskell.org/package/random-1.2.0/docs/System-Random.html#v:genByteString) from the [random
package (version >=1.2)](https://hackage.haskell.org/package/random) instead.

# Efficient Random Haskell ByteStrings

## Installation

```sh
cabal install random-bytestring
```