Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 471 Bytes

RandomInt

Don't worry. Use it, copy it, re-upload it. It's mine but too easy to put my name on.

Instructions:

  • To call it, call randomInt(min,max);.
  • min is the lowest possible value and max is the value it will never reach. That's it! I built it to make randomize easier and it worked.

To use this library, paste this into your HTML code:

<script src="https://cdn.rawgit.com/yannick1124/RandomInt/482db60a/randomInt.min.js"></script>