Generate 128bit hex unique id using true random seed, micro-second timestamp and counter for entropy
Generate random-unique-id once per process instance
A random unique id generator
Very Amazing function to create Random Unique Id
Creator to random unique id.
Generate a unique random string
Random Unique ID generator
Random unique id, uuid v4, password generation
ID generator A package for creating a random unique ID
Generate a unique filename for use in temporary directories or caches.
Generate a random integer
Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.
Get consecutively unique elements from an array
A random unique ID generator npm package
Generate random numbers that are consecutively unique
random unique id
Provides functions and types for detecting if the host environment is IE11
Generate unique and memorable names
Generate random or sequential UUID of any length
Get a random item from an array
Unique machine (desktop) id (no admin privileges required).
Meteor's Random Package for Straight Node
A tiny (118 bytes), secure URL-friendly unique string ID generator
Generate a unique character string suitible for use in files and URLs.
Generate random but unique ids for your active record records.
Add random, unique "pretty" ids to your ActiveRecord models.
Add to your models an easily way to generate uniq numbers
XID generates a new random id, suitable for foreign keys, security authentication, unique tracking, etc.
Generate unique identifiers in multiple formats: time-sortable ULIDs, compact nanoids, UUID v7, CUID2, Stripe-style prefixed IDs, Twitter-style snowflake IDs, hashid obfuscation, and base-N encoding. Zero dependencies, thread-safe, cryptographically random.
Allows for the easy creation and use of random, unique record identifiers so external entities cannot make inferences about your data based on sequential ID's
ZID generates a new random id, suitable for foreign keys, security authentication, unique tracking, etc.
Temporally Ordered IDs. Generate universally unique identifiers (UUID) that sort lexically in time order. Torid exists to solve the problem of generating UUIDs that when ordered lexically, they are also ordered temporally. I needed a way to generate ids for events that are entering a system with the following criteria: 1. Fast ID generation 2. No central coordinating server/system 3. No local storage 4. Library code, that is multiple apps on the same machine can use the same code and they will not generate duplicate ids 5. Eventually stored in a UUID field in a database. So 128bit ids are totally fine. The IDs that Torid generates are 128bit IDs made up of 2, 64bit parts. * 64bit microsecond level UNIX timestamp * 64bit hash of the system hostname, process id and a random value.
Allows for the easy creation and use of random, unique record identifiers so external entities cannot make inferences about your data based on sequential ID's
OpaqueId provides a simple way to generate unique, URL-friendly identifiers for your ActiveRecord models. Uses rejection sampling for unbiased random generation, ensuring perfect uniformity across the alphabet. Prevents exposing incremental database IDs in URLs and APIs.
CustomId generates unique, human-readable, prefixed string IDs (e.g. "usr_7xKmN2pQ…") for ActiveRecord models. Inspired by Stripe-style identifiers. Supports embedding shared characters from related model IDs, custom target columns, configurable random-part length, and an optional PostgreSQL trigger-based alternative.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.