base62-random
Generate random base62 strings
with better
statistical dispersion
than Math.random()
unless Math.random is all that's available.
Largely based on uuid-random
Install
yarn add base62-random
npm install base62-random
Example Usage
Node
var base62 = ;; // 'KsykHbcCzUSL'
Browser
Is base62 string?
base62; // truebase62; // false
License
MIT