Produces a single-digit integer.
Faker::Number.digit #=> 1
Returns:
101 102 103
# File 'lib/faker/default/number.rb', line 101 def digit rand(10) end