chancejs / chancejs

Chance - Random generator helper for JavaScript
http://chancejs.com
MIT License
6.42k stars 455 forks source link

Update chance.js #591

Open lulunac27a opened 10 months ago

lulunac27a commented 10 months ago

Make address numbers in US more accurate, 6 digit address numbers are very rare and 5 digit numbers are rare. Sources: https://seanmarshall.ca/2019/06/10/punkeydoodles-corners-and-the-worlds-highest-numbered-address/ https://github.com/faker-js/faker/blob/next/src/locales/en/location/building_number.ts https://www.city-data.com/forum/rural-small-town-living/275154-whats-highest-address-number-youve-seen.html

lulunac27a commented 9 months ago

I would include the unit_number (numbers with a dash) and civic_fraction (numbers with a fraction), with unit_number 10% chance and civic_fraction 1% chance, and test/test_address.js should be updated.