1.0.0 • Published 5 years ago

unique-number-generator v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

unique-random-numbers-generator

The non-repeating random number generator within a provided range

Note(s):

  • Users can copy the provided JS function into their .js file.
  • The function name can be changed.

How-To-Use:

  • Just call the function with 2 parameters which are the range values (both inclusive).
  • The function will return an array of the requested numbers, randomized.