Pseudorandom number generator and random sampling using cryptographic hash functions
Project description
# cryptorandom
[![PyPI](https://img.shields.io/pypi/v/cryptorandom.svg)](https://pypi.org/project/cryptorandom/) [![Build Status](https://github.com/statlab/cryptorandom/workflows/test/badge.svg?branch=master)](https://github.com/statlab/cryptorandom/actions?query=workflow%3A%22test%22) [![Coverage Status](https://codecov.io/gh/statlab/cryptorandom/branch/master/graph/badge.svg)](https://app.codecov.io/gh/statlab/cryptorandom/branch/master)
Pseudorandom number generator and random sampling using cryptographic hash functions. The prototype generator is built on SHA-256.
Website: [https://statlab.github.io/cryptorandom](https://statlab.github.io/cryptorandom)
Source: [https://github.com/statlab/cryptorandom](https://github.com/statlab/cryptorandom)
Bug reports: [https://github.com/statlab/cryptorandom/issues](https://github.com/statlab/cryptorandom/issues)
## Installation from binaries
` $ pip install cryptorandom `
## Installation from source
Install dependencies using:
` $ pip install -r requirements.txt `
Then, install cryptorandom using:
` $ pip install . `
If you plan to develop the package, you may run it directly from source:
` $ pip install -e . # Do this once to add pkg to Python path `
## License information
See the file LICENSE for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cryptorandom-0.3rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05af0f673e63dac6311e765b5fa3f5dbc820220f6a21f6fc2717c7e1d2a26c3 |
|
MD5 | fde4a57c1a495974b100900fc905e170 |
|
BLAKE2b-256 | eade51b14d1cf91a643f6d3616afef355de1264273648027b158b593b83b5e6d |