From f4fbc7d2a6691a7f789a8a644705039d9bbd0ffe Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 16 Nov 2015 03:34:53 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/securerandom.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 5a38fc0292..f53087b954 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -225,6 +225,8 @@ module Random::Formatter # 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 -- cgit v1.2.3