Thanks for this library, I'm unfortunately struggling to make use of it in script form, as indicated by the documentation.
Code snippet as follows:
<script src="https://cdnjs.cloudflare.com/ajax/libs/random-js/1.0.8/random.min.js""></script>
<script>
var random = new Random.Random();
</script>
This gives the following response:
Uncaught TypeError: Random.Random is not a constructor
Please could you advise on how to use the library in the above circumstance?