summaryrefslogtreecommitdiff
path: root/benchmark/securerandom.rb
blob: a082ea6d5b8d97774868ccb2bf2220d38b8a6076 (plain)
1
2
3
4
5
require "securerandom"

20_0000.times do
  SecureRandom.random_number(100)
end