UUID Standards
UUID (Universally unique identifier) is a type of unique label used through various computer systems (see more).
These Standard Value Generators tries to support it in your Falsa to ease the whole process of generating falsum data.
Warning
Keep in mind this implementation does not aim on secure randoms; some collisions might possibly occur.
uuid
Standard
This is a basic Standard Value Generator providing a service of generating UUIDs. In this case, it generates them
built of lowercase hexadecimal characters (for uppercase version, use UUID
Standard).
Examples
UUID
Standard
This Standard Value Generator generates UUIDs - similarly as
uuid
Standard, however the generated value is built
of uppercase hexadecimal values.