1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update document.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-09-11 23:43:13 +00:00
parent d900ed31f7
commit 7bda092ee8

View file

@ -116,7 +116,7 @@ module SecureRandom
# SecureRandom.hex generates a random hex string.
#
# The argument _n_ specifies the length of the random length.
# The length of the result string is twice of n.
# The length of the result string is twice of _n_.
#
# If _n_ is not specified, 16 is assumed.
# It may be larger in future.
@ -135,7 +135,7 @@ module SecureRandom
# SecureRandom.base64 generates a random base64 string.
#
# The argument _n_ specifies the length of the random length.
# The length of the result string is about 4/3 of n.
# The length of the result string is about 4/3 of _n_.
#
# If _n_ is not specified, 16 is assumed.
# It may be larger in future.