Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More

address

// usage randBox.address() randBox.address({short_suffix: true})

Generate a random street address

randBox.address(); => '5447 Bazpe Lane'

Optionally mandate that it return a short suffix

randBox.address({short_suffix: true}); => '536 Baner Rd'
Last updated on: