Function: uuid()
uuid(
constraints?):Arbitrary<string>
Defined in: packages/fast-check/src/arbitrary/uuid.ts:56
For UUID from v1 to v5
According to RFC 4122
No mixed case, only lower case digits (0-9a-f)
Parameters
| Parameter | Type |
|---|---|
constraints | UuidConstraints |
Returns
Arbitrary<string>
Remarks
Since 1.17.0