| egd (version 1.0, 2008-01-05) | index egd.py |
An interface to an EGD (entropy gathering daemon) random number source.
Programatically call the get_random_bytes() function.
Or as a command line utility, use the "--help" option.
For more information about EGD see:
* http://egd.sourceforge.net/
* http://prngd.sourceforge.net/
| Functions | ||
| ||
| Data | ||
| __author__ = 'Deron Meranda <http://deron.meranda.us/>' __credits__ = 'Hereby released into the PUBLIC DOMAIN.' __date__ = '2008-01-05' __version__ = '1.0' main_usage = 'Usage: egd.py [--path=path] [--blocking|--nonblo... as many bytes (perhaps none) as you asked for.\n\n' | ||
| Author | ||
| Deron Meranda <http://deron.meranda.us/> | ||
| Credits | ||
| Hereby released into the PUBLIC DOMAIN. | ||