lmacken / quantumrandom

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

Support to cache random data, eliminating latency. #9

Closed ekimekim closed 12 years ago

ekimekim commented 12 years ago

In particular when using randint(), each get_data is a full HTTP request, which can cause nasty delays on high-latency connections.

lmacken commented 12 years ago

Thanks for the patch, Mike!