diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-12-05 21:53:35 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-12-09 20:26:44 +0900 |
commit | 12a0a89e22fbc312e4a95a7749bc153532daa855 () | |
tree | c02bab74641503e5a9cdb4ce1d2db02241e9fb43 /lib/random | |
parent | 4258c8df867b497369a815e92f741aebf1469b0d (diff) |
[ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190]
https://.com/ruby/securerandom/commit/1e57277b9e
Notes: Merged: https://.com/ruby/ruby/pull/5237
-rw-r--r-- | lib/random/formatter.rb | 215 |
1 files changed, 215 insertions, 0 deletions
@@ -0,0 +1,215 @@ |