Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jordanhatcher/SHA256-RNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SHA256-RNG

An easy to use deterministic random number generator built in python that uses the SHA 256 cryptographic hash function as a means to get a sequence of pseudorandom bits. While being based on a cryptographic hash function, it is not guaranteed to be secure as a random number generator. That being said, it performs reasonably well on the DIEHARD test suite.

Installation

No installation is required, just import rng.py and use the classes provided.

About

A deterministic random number generator based on the SHA256 cryptographic hash function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages