Unique Id generator
The snippet can be accessed without any authentication.
Authored by
Julian Hellner
Generates a 9 character long unique Id.
Math.random should be unique because of its seeding algorithm. Convert it to base 36 (numbers + letters), and grab the first 9 characters after the decimal.
uid.js 69 B
Please register or sign in to comment