зеркало из https://github.com/github/ruby.git
6 строки
79 B
Ruby
6 строки
79 B
Ruby
|
require "securerandom"
|
||
|
|
||
|
20_0000.times do
|
||
|
SecureRandom.random_number(100)
|
||
|
end
|