The class is here (with instructions).
I have it added to application/libraries/randomorg
When I add $this->load->library('RandomOrg\Random');
to my controller's constructor, I get the following error.
Message: Class 'RandomOrg\Client' not found
I have tried adding the various files before that (such as Client.php), but that doesn't help.
What is going on and how do I fix it?