Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/larskuhtz/random-bytestring
- Owner: larskuhtz
- License: mit
- Created: 2017-05-05T15:46:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T11:11:02.000Z (over 3 years ago)
- Last Synced: 2024-04-26T00:08:22.602Z (7 months ago)
- Language: Haskell
- Size: 101 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```