random 2 digit integer ruby code example Example: generate 6 digit random number ruby 10.times.map{rand(10)}.join # => "3401487670"