Stay Random
CUID
A CUID (Collision Resistant Unique Identifier) is a method of creating a unique identifier that was developed by Eric Elliott. The purpose is to create unique IDs for use in web applications to better support horizontal scaling and sequential lookup performance.
GUID
A GUID (Globally Unique Identifier) is a 128-bit text string that represents an identification (ID). Organizations generate GUIDs when a unique reference number is needed to identify information on a computer or network. A GUID can be used to ID hardware, software, accounts, documents and other items. The term is also often used in software created by Microsoft.
UUID
A UUID (Universally Unique Identifier) is a 128-bit label used for information in computer systems. The term globally unique identifier (GUID) is also used. When generated according to the standard methods, UUIDs are, for practical purposes, unique. Their uniqueness does not depend on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes.
Random Number Generator
Generates a random number between a specified min and max value.
Random Thing Picker
Randomly picks a value from a list of specified values.
Random Color Generator
Generates a random color and outputs HEX and RGB value.
Password Generator
Generates a random secure password.
Random Countdown Timer
Generates a random interval and starts a countdown timer.