cryptorandom 0.3

Creator: bigcodingguy24

Last updated:

0 purchases

TODO
Add to Cart

Description:

cryptorandom 0.3

Pseudorandom number generator and random sampling using cryptographic
hash functions. The prototype generator is built on SHA-256.

Website: https://statlab.github.io/cryptorandom
Source: https://github.com/statlab/cryptorandom
Bug reports: 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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.