Skip to content

SahibSodhi/Random-Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Random-Number-Generator

  • Generate randomness based on a clock drift instead of using random module.

  • Once you have getrandbits(k), it is straigforward to get a random integer in range [a, b], including both end points.

  • To test the quality of getrandbits(k), dieharder utility could be used:

 $ python3 random-from-time.py | dieharder -a -g 200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages