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. .  . 
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/z6vr8sb7s8wlybzrl41phg5lrpkj82di-ghc-random-bytestring-0.1.4.drv | ||
i686-linux | /gnu/store/3r494vdpfd9bcbb0agsfa1dgwhbjzj3k-ghc-random-bytestring-0.1.4.drv |
Linter | Message | Location |
---|---|---|
description Validate package descriptions | description should start with an upper-case letter or digit |
|
formatting Look for formatting issues in the source | line 16281 is way too long (103 characters) |
|
formatting Look for formatting issues in the source | line 16279 is way too long (95 characters) |
|