mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 03:55:53 +08:00
504 B
504 B
cf
// usage
chance.cf()
Generate a random Italian social security number (Codice Fiscale).
chance.cf();
=> 'BRSMRT87S49A988X'
Optionally specify any or all components: first name, last name, gender, birth date, place of birth (using ISTAT geocodes for Italian cities).
chance.cf({first: 'Sergio', last: 'Leone'});
=> 'LNESRG93P28F067V'
chance.cf({first: 'Sophia', last: 'Loren', gender: 'Female', birthday: new Date(1934,8,20), city: 'h501'});
=> 'LRNSPH34P60H501G'