lmacken / quantumrandom

Tools for utilizing the ANU Quantum Random Number Generator
https://pypi.python.org/pypi/quantumrandom
146 stars 36 forks source link

Added rudimentary option for reading a limited number of blocks using 'qrandom' #14

Closed zestrada closed 11 years ago

zestrada commented 11 years ago

Thanks for the nifty library and command line interface. I slightly modified cmd.py to allow for someone to specify a limited number of blocks instead of running forever. Of course it only allows 100x100 granularity, but I find it useful for generating adhoc random bytes in shell scripts.

lmacken commented 11 years ago

Thanks for the patch!