Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

How are SSN type data generated?

$
0
0

SSNs are generated as random combinations of numbers, so it is possible some of them will be real. You can guarantee that they are not real by replacing the first number with 9. You can do this by applying the following inline formula using the f(x) button:

this.gsub(/^\d{1}/, '9')


Viewing all articles
Browse latest Browse all 2665

Trending Articles