Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random.org gives 503 errors #18

Open
Pr0methean opened this issue Jul 12, 2017 · 0 comments
Open

Random.org gives 503 errors #18

Pr0methean opened this issue Jul 12, 2017 · 0 comments

Comments

@Pr0methean
Copy link

When I run ant test in c9.io, several tests fail due to HTTP 503 errors from random.org. Using the new JSON API (https://github.com/RandomOrg/JSON-RPC-Java) may help, since it lets random.org distinguish us from other users in the same datacenter.

Pr0methean added a commit to Pr0methean/uncommons-maths that referenced this issue Jul 27, 2017
Make random.org requests in a static synchronized method, since random.org doesn't allow multiple requests in parallel.
Pr0methean added a commit to Pr0methean/uncommons-maths that referenced this issue Jul 27, 2017
Use SecretKeySpec instead of a reimplementation that has no test coverage. Don't use random.org unnecessarily in CMWC4096RNGTest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant