* lib/securerandom.rb: documente updated.

suggested by NaHi.  [ruby-dev:30966]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-06-14 05:40:16 +00:00
parent 68c6bb997d
commit 4ba1c80b9a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Thu Jun 14 14:40:42 2007 Tanaka Akira <akr@fsij.org>
* lib/securerandom.rb: documente updated.
suggested by NaHi. [ruby-dev:30966]
Wed Jun 13 22:42:06 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* gc.c (garbage_collect): update IA64 register stack code.

View File

@ -1,7 +1,7 @@
# = Secure random number generator interface.
#
# This library is a interface for secure random number generator which is
# suitable for HTTP cookies, nonces, etc.
# This library is an interface for secure random number generator which is
# suitable for generating session key in HTTP cookies, etc.
#
# It supports following secure random number generators.
#