Function: address()
address(
rng):SyntheticAddress
A synthetic address - a fake street + city, a reserved non-real ZIP (00000). A real state
abbreviation may appear (structural only) but is never combined with a real street + name + DOB.
Parameters
rng
The seeded generator.
Returns
Example
import { createRng, address } from "@cosyte/synth";
address(createRng(1)); // { street, city, state, zip: "00000" }