packages feed

random-bytestring-0.1.4: README.md

[![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
```