@hackage random-bytestring0.1.4
Efficient generation of random bytestrings
Categories
License
MIT
Maintainer
Lars Kuhtz <lakuhtz@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.7 && <5
- bytestring >=0.10
- mwc-random >=0.13
- nats >=1.1
- pcg-random >=0.1 Show all…
Dependents (8)
@hackage/fast-bech32, @hackage/acme-everything, @hackage/hs-opentelemetry-sdk, @hackage/base64, @hackage/merkle-log, @hackage/planet-mitchell, Show all…
Package Flags
with-pcg
(on by default)
compile with support for PCG from pcg-random
This package is deprecated. Please, use
genByteString
from the random
package (version >=1.2) instead.
Efficient Random Haskell ByteStrings
Installation
cabal install random-bytestring