| 
									
										
										
										
											1998-08-10 19:42:37 +00:00
										 |  |  | \section{\module{rand} --- | 
					
						
							|  |  |  |          None} | 
					
						
							| 
									
										
										
										
											1998-07-23 17:59:49 +00:00
										 |  |  | \declaremodule{standard}{rand} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \modulesynopsis{None} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-04-03 22:41:49 +00:00
										 |  |  | The \code{rand} module simulates the C library's \code{rand()} | 
					
						
							|  |  |  | interface, though the results aren't necessarily compatible with any | 
					
						
							|  |  |  | given library's implementation.  While still supported for | 
					
						
							|  |  |  | compatibility, the \code{rand} module is now considered obsolete; if | 
					
						
							|  |  |  | possible, use the \code{whrandom} module instead. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-11-30 05:23:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-04-03 22:41:49 +00:00
										 |  |  | \begin{funcdesc}{choice}{seq} | 
					
						
							|  |  |  | Returns a random element from the sequence \var{seq}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-04-03 22:41:49 +00:00
										 |  |  | \begin{funcdesc}{rand}{} | 
					
						
							|  |  |  | Return a random integer between 0 and 32767, inclusive. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{srand}{seed} | 
					
						
							| 
									
										
										
										
											1997-04-03 22:41:49 +00:00
										 |  |  | Set a starting seed value for the random number generator; \var{seed} | 
					
						
							|  |  |  | can be an arbitrary integer.  | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							| 
									
										
										
										
											1997-04-03 22:41:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-07-17 16:34:52 +00:00
										 |  |  | \begin{seealso} | 
					
						
							|  |  |  | \seemodule{whrandom}{the standard Python random number generator} | 
					
						
							|  |  |  | \end{seealso} | 
					
						
							|  |  |  | 
 |