Random

Function that returns a random and unique string and can be customised.

How to use:

/*
 * without options
 */
random();

/*
 * without options
 */
random(options)

Last updated