another random package
This package is a few of my most commonly used random functions, Most of the time I just use it to add ID to objects, but theoretically this could be used to: roll dice, make secure passwords, Pick a number games. Its a versatile, preformant, easy-to-use library!
This package is the result of rewriting from scratch the same random id generator for a bunch of projects.
I finally decided to make it a node module so that I could simply NPM install as opposed to copy/pasting it every time I wanted to use it.
This package uses one method to generate a highly configurable string,
it has several convenience methods to make using it faster but you could also easily configure it for your needs as well.
This was my first package i ever published to NPM so it was honestly pretty fun to finally run the NPM publish command!
bottom