class Nameit::Random

Public Instance Methods

rand(n = 0) click to toggle source
# File lib/nameit.rb, line 9
def rand(n = 0)
  SecureRandom.random_number(n)
end