Connect Processing to Random.org?

I was wondering if there was a way for processing to get strings from random.org. Is there a library I should use? And, if so, how would I use it?

They have an API…

https://api.random.org/json-rpc/1/basic

2 Likes

In addition to documentation, the random.org API also has a Java repo:

and someone wrote a Java client:

1 Like