uri
uri():
Dependent<string>
It returns an arbitrary that generates valid uris according to https://datatracker.ietf.org/doc/html/rfc3986
Example
random(uri())// => "https://example.com:8080/abc/def"Returns
Dependent<string>
An email arbitrary.