aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_securerandom.rb
Commit message (Expand)AuthorAgeFilesLines
* 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