mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* 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:
		
							parent
							
								
									68c6bb997d
								
							
						
					
					
						commit
						4ba1c80b9a
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
#
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue