summaryrefslogtreecommitdiff
path: root/test/test_securerandom.rb
AgeCommit message (Expand)Author
2019-05-14fix visibility of SecureRandom.gen_randomUrabe, Shyouhei
2017-10-22Use `\A` and `\z` instead of `^` and `$`kazu
2017-10-21less random generations in Random::Formatter#choose.akr
2017-10-21SecureRandom.alphanumeric implemented.akr
2017-09-09Update a test of SecureRandom according to r57384mame
2016-05-10random.c: use bytesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-25test: refine assertionsnobu
2014-02-16* test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-07-25Suppress warnings.naruse
2011-06-16* test/test_securerandom.rb: Add testcase. This testcase does NOT aimnahi