An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

random-bytestring

This package is deprecated. Please, use genByteString from the random package (version >=1.2) 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 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.

Ecosystem
hackage.haskell.org
Latest Release
0.1.4
about 5 years ago
Versions
8
Downloads
6,527 total
Dependent Packages
1
Dependent Repos
17
0.1.4
Published: about 5 years ago
Registry - Download
0.1.3.2
Published: almost 7 years ago
Registry - Download
0.1.3.1
Published: about 8 years ago
Registry - Download
0.1.3
Published: about 8 years ago
Registry - Download
0.1.2
Published: over 8 years ago
Registry - Download
0.1.1
Published: over 8 years ago
Registry - Download
0.1.0
Published: almost 9 years ago
Registry - Download
0.0.1
Published: almost 9 years ago
Registry - Download
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/random-bytestring
spec
License MIT
First Release almost 9 years ago
Last Synced 1 day ago
Repository
Stars 2 on GitHub
Forks 3 on GitHub