Class
Faker::Number
In:
lib/faker/number.rb
Parent:
Base
Methods
between
decimal
decimal_part
digit
hexadecimal
leading_zero_number
negative
non_zero_digit
normal
number
positive
Public Class methods
between
(from = 1.00, to = 5000.00)
decimal
(l_digits, r_digits = 2)
decimal_part
(digits)
digit
()
hexadecimal
(digits)
leading_zero_number
(digits)
negative
(from = -5000.00, to = -1.00)
non_zero_digit
()
normal
(mean, standard_deviation)
number
(digits)
positive
(from = 1.00, to = 5000.00)
[Validate]