quantumrandom
quantumrandom copied to clipboard
Tools for utilizing the ANU Quantum Random Number Generator
On Colab, Windows, Linux, all on different networks, this service is now being blocked. It runs once, but any subsequent calls result in 500 Internal Service Error. Example code ```python...
Hi, Firstly, thank you for your work, it has been proven very useful to me and I'm sure to many others. Lately I have noticed the process of fetching numbers...
ii = int(round(quantumrandom.randint(1, upperLimit))) would be nice to return list or array of ints, something like this: ii = int(round(quantumrandom.randint(1, upperLimit, 10))) Saves, calling with request and url libs over...
As noted in #20, the randint() method incorrectly returns floats in python 3, due to changes in the behavior of the division operator. This PR uses "floor division" to ensure...
Hi, py-3.8.3 quantumrandom 1.9 failing on ssl so due to more recent version of ssl you should update yoiur version and offer more cipher suites or present solution that worked...
Random numbers are pretty important in cryptography! I am currently looking for a good entropy source for a project I am working on and came across your lib. Seems very...
The practical behavior of `quantumrandom.randint(min, max)` is that it returns numbers in the range of min..(max - 1). This means it works like the python built-in `range()` function, but it...
Adds a subclass of `random.Random` that pulls from the ANU QRN server. It defaults to caching 1kb of raw binary data, and automatically fetches more on demand, or in the...
I've tested this in python 3.2 and 3.4. When running random.randint(), a float is returned.
gccxml is obsolete, and not hosted in the repos. Suggest migrating to castxml. pip install ctypeslib==dev hg+https://cusepy.googlecode.com/hg Error [Errno 2] No such file or directory while executing command hg clone...