aboutsummaryrefslogtreecommitdiffstats
path: root/lib/random
Commit message (Expand)AuthorAgeFilesLines
* Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA2024-03-281-1/+1
* [ruby/securerandom] Increase speed of UUID generationBlake Imsland2023-12-291-4/+4
* [ruby/securerandom] Typofix by misspellHiroshi SHIBATA2023-12-251-1/+1
* [ruby/securerandom] [DOC] Add documents of methods and constantsNobuyoshi Nakada2023-12-121-0/+3
* [ruby/securerandom] [DOC] Improve the document about reproducibility of uuid_v7Yusuke Endoh2023-12-121-3/+2
* [ruby/securerandom] Add support for UUID version 7nick evans2023-09-191-0/+119
* Fix code example doc for Random.alphanumericPetrik2023-08-291-1/+1
* [Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada2023-08-291-3/+10
* [DOC] Improve Random::Formatter docszverok2022-12-111-17/+45
* [ruby/securerandom] Use String#unpack1Nobuyoshi Nakada2021-12-141-1/+1
* [DOC] Fix a type [ci skip]Nobuyoshi Nakada2021-12-141-1/+1
* [DOC] Improve Random::Formatter description and exampleNobuyoshi Nakada2021-12-131-0/+2
* [ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190]Nobuyoshi Nakada2021-12-091-0/+215