The latest version of random-bytestring is 0.1.4-0.

random-bytestring

Version 0.1.3.1 revision 0 uploaded by larsk.

Package meta

Synopsis
Efficient generation of random bytestrings
Description

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 package or the 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

detailed benchmarks

Author
Lars Kuhtz <lakuhtz@gmail.com>
Bug reports
n/a
Category
System
Copyright
Copyright (c) 2017-2018 Lars Kuhtz <lakuhtz@gmail.com>
Homepage
https://www.github.com/larskuhtz/random-bytestring
Maintainer
Lars Kuhtz <lakuhtz@gmail.com>
Package URL
n/a
Stability
n/a

Components