ruby-changes:40502
From: akr <ko1@a...>
Date: Mon, 16 Nov 2015 12:34:58 +0900 (JST)
Subject: [ruby-changes:40502] akr:r52583 (trunk): [DOC]
akr 2015-11-16 12:34:53 +0900 (Mon, 16 Nov 2015) New Revision: 52583 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52583 Log: [DOC] Modified files: trunk/lib/securerandom.rb Index: lib/securerandom.rb =================================================================== --- lib/securerandom.rb (revision 52582) +++ lib/securerandom.rb (revision 52583) @@ -225,6 +225,8 @@ module Random::Formatter https://github.com/ruby/ruby/blob/trunk/lib/securerandom.rb#L225 # The version 4 UUID is purely random (except the version). # It doesn't contain meaningful information such as MAC addresses, timestamps, etc. # + # The result contains 122 random bits (15.25 random bytes). + # # See RFC 4122 for details of UUID. # def uuid -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/