UUIDGenerator generator¶
Warning
The current page still doesn't have a translation for this language.
But you can help translating it: Contributing.
Generate UUID version 4 identifiers from the deterministic row RNG when seeded.
Why: Use UUIDGenerator for opaque UUIDv4-shaped identifiers that remain reproducible under a seeded model; use IncrementGenerator when human-readable ordering matters.
Category: core.
Output: str.
1 | |