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