Age | Commit message (Expand) | Author |
---|---|---|
2017-10-22 | Use `\A` and `\z` instead of `^` and `$` | kazu |
2017-10-21 | less random generations in Random::Formatter#choose. | akr |
2017-10-21 | SecureRandom.alphanumeric implemented. | akr |
2017-09-09 | Update a test of SecureRandom according to r57384 | mame |
2016-05-10 | random.c: use bytes | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-06-25 | test: refine assertions | nobu |
2014-02-16 | * test/test_securerandom.rb: use File.exist? instead of File.exists? | hsbt |
2012-10-19 | set encoding to ASCII for appropriate String#unpack modifiers | eregon |
2012-07-25 | Suppress warnings. | naruse |
2011-06-16 | * test/test_securerandom.rb: Add testcase. This testcase does NOT aim | nahi |