# File lib/faker/code.rb, line 8
def
npi
rand
(
10
**
10
).
to_s
.
rjust
(
10
,
'0'
)
end