aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_securerandom.rb
Commit message (Expand)AuthorAgeFilesLines
* Use build_message on test_securerandom.rb (#3543)Hiroshi SHIBATA2020-09-161-1/+1
* Revert "[ruby/securerandom] Use build_message instead of message for test-unit"Hiroshi SHIBATA2020-09-151-1/+1
* [ruby/securerandom] Use build_message instead of message for test-unitHiroshi SHIBATA2020-09-151-1/+1
* Test SecureRandom.uuid formatJeremy Evans2019-07-261-0/+5
* fix visibility of SecureRandom.gen_randomUrabe, Shyouhei2019-05-141-0/+7
* Use `\A` and `\z` instead of `^` and `$`kazu2017-10-221-1/+1
* less random generations in Random::Formatter#choose.akr2017-10-211-3/+4
* SecureRandom.alphanumeric implemented.akr2017-10-211-0/+7
* Update a test of SecureRandom according to r57384mame2017-09-091-34/+12
* random.c: use bytesnobu2016-05-101-0/+14
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test: refine assertionsnobu2015-06-251-13/+14
* * test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt2014-02-161-1/+1
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-0/+4
* Suppress warnings.naruse2012-07-251-1/+7
* * test/test_securerandom.rb: Add testcase. This testcase does NOT aimnahi2011-06-161-0/+175