1.0.3 • Published 1 year ago

es-utilities v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Javascript Utilities

numbers

  • mapRange
  • getRandNumInRange
  • getRandIntInRangeIncBounds
  • getRandIntInRangeExcUpBound
  • getRandIntInRangeExcLowBound
  • seriesGenerator
  • circularSeriesGenerator
  • randomSeriesGenerator
  • primeSequenceGenerator
  • primeSequence
  • isPrime

combinatorics

  • factorial
  • nPr
  • nCr
  • permutations
  • combinations

arrayUtils

  • shuffleArray

arrayPatterns

  • randomTraversalIndexGenerator
  • spiralIndexGenerator