We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
as of PR #65 the above will function as it should, still a WIP PR as of yet though
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
This gives the following response:
Please could you advise on how to use the library in the above circumstance?
The text was updated successfully, but these errors were encountered: