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

ghc-random-bytestring

Efficient generation of random bytestrings

__This package is deprecated__. Please, use genByteString from the [random package (version >=1.2)](https://hackage.haskell.org/package/random) instead. . Efficient generation of random bytestrings. The implementation populates uninitialized memory with uniformily distributed random 64 bit words (and 8 bit words for remaining bytes at the end of the bytestring). . Random words are generated using the PRNG from the [mwc-random](https://hackage.haskell.org/package/mwc-random) package or the [pcg-random](https://hackage.haskell.org/package/pcg-random) package. It is also possible to use a custom PRNG by providing an instance for the RandomWords type class and using the function generate from the module "Data.ByteString.Random.Internal". . The generated byte strings are suitable for statistical applications. They are /not/ suitable for cryptographic applications. . ![benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/benchmarks.png) . ![detailed benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/benchmarks-details.png)

Installation

Install the latest version of ghc-random-bytestring as follows:

guix install ghc-random-bytestring

Or install a particular version:

guix install ghc-random-bytestring@0.1.4

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.

Badge code

You can use the following badge to inform users of ghc-random-bytestring about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-random-bytestring'><img src='https://packages.guix.gnu.org/packages/ghc-random-bytestring/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-random-bytestring/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-random-bytestring)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-random-bytestring][https://packages.guix.gnu.org/packages/ghc-random-bytestring/badges/latest-version.svg]]