ONLINE UUIDV4 GENERATOR
A UUIDv4 is a 128-bit identifier whose value is chosen at random — 122 of its bits are unpredictable, so in theory no two are ever alike. Unless, of course, you only have a pool of 1000 to draw from.
uuidnt is an artistic fun project. Generated values are not cryptographically unique: every identifier is drawn from a fixed pool of 1000 pre-generated UUIDs. Because the pool is finite, identifiers will necessarily collide — which is the entire point. This defeats the very purpose of a UUID, and is intended as a playful statement about the assumption of uniqueness.
Nothing here is designed to harm anyone or anything. The project is explicitly non-serious, communicates its joke openly, and must not be used for anything that actually requires unique or tamper-resistant identifiers.