uid
Random ID generator
A utility to generate unique fixed-length random IDs.
A tiny (130B to 205B) and fast utility to generate random IDs of fixed length
655 stars
8 watching
14 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lukeed/hexoid | Generates random hexadecimal IDs of fixed length | 195 |
lukeed/uuid | A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security. | 396 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
unshiftio/yeast | A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
jamesdouble/randmymod | Generates randomized instances of custom data models with customizable randomness behavior | 18 |
mljs/random | Utilities for generating random values from various elements | 2 |