generate 6 digit random number ruby

C++
10.times.map{rand(10)}.join # => "3401487670"
Source

Also in C++: