An open API service indexing awesome lists of open source software.

https://github.com/scrive/crypto-rng

Cryptographic random number generator.
https://github.com/scrive/crypto-rng

Last synced: 8 months ago
JSON representation

Cryptographic random number generator.

Awesome Lists containing this project

README

          

# crypto-rng

[![Build Status](https://github.com/scrive/crypto-rng/workflows/Haskell-CI/badge.svg?branch=master)](https://github.com/scrive/crypto-rng/actions?query=branch%3Amaster)
[![Hackage](https://img.shields.io/hackage/v/crypto-rng.svg)](https://hackage.haskell.org/package/crypto-rng)
[![Dependencies](https://img.shields.io/hackage-deps/v/crypto-rng.svg)](https://packdeps.haskellers.com/feed?needle=andrzej@rybczak.net)
[![Stackage LTS](https://www.stackage.org/package/crypto-rng/badge/lts)](https://www.stackage.org/lts/package/crypto-rng)
[![Stackage Nightly](https://www.stackage.org/package/crypto-rng/badge/nightly)](https://www.stackage.org/nightly/package/crypto-rng)

A convenient interface to the cryptographically secure random number generator
backed by the [entropy](http://hackage.haskell.org/package/entropy) package.