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…
2 Likes
In addition to documentation, the random.org API also has a Java repo:
and someone wrote a Java client:
1 Like