A npm library making randomness easier
npm install randomiz
  
  !GitHub commit activity
randomiz is a light-weight javascript library that contains multiple utility functions for:
npm -i randomiz or clone the Github repo.
randFloor(a,b) , randInt(a,b) , randBytes(n) , randMat(rows,cols,min,max) , randToken(n) → get random numbers/arrays/strings
shuffle(l) , choice(l,count) , pick(l) , pickPop(l) , randSlice(l,count) → random tools on arrays (strings are generally converted to 1-char arrays)