Random Data Identifiers

Randomness, generated identifiers, random words, sentences, passphrases, synthetic text, and test data guidance. Use when generating random numbers, UUIDs, CUIDs, ULIDs, nonces, tokens, filenames, fixture data, reproducible seeded simulations, human-readable synthetic content, or collision-resistant IDs in code or tests. Prefer cryptographically secure randomness for secrets, passphrases, security-sensitive IDs, and public IDs that must be unguessable; use explicit seeded PRNGs for reproducible tests and simulations. Do not use for fixed examples with no randomness, copyediting fixed text, or database-native ID/index design without a generated-value decision.

nledford 4d86af1 17.0 KB Updated

File contents

nledford/engineering-review-board/tree/main/skills/random-data-identifiers commit 4d86af1257

Frequently asked questions

npx skillmds@latest add nledford/random-data-identifiers