Skip to content

YAXINLEI/cryptorandom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

cryptorandom

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

Installation from binaries

$ pip install git+git://github.com/statlab/cryptorandom.git

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.

About

Pseudorandom number generators based on cryptographic hash functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Makefile 1.5%