Skip to content

yannick1124/RandomInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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>