Penguin

Differences between current version and predecessor to the previous major change of random(3).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, September 11, 2003 1:22:56 pm by StuartYeates
Older page: version 2 Last edited on Thursday, September 11, 2003 9:27:28 am by StuartYeates Revert
@@ -1,27 +1,15 @@
-RANDOM  
-!!!RANDOM  
-NAME  
-SYNOPSIS  
-DESCRIPTION  
-RETURN VALUE  
-ERRORS  
-NOTES  
-CONFORMING TO  
-SEE ALSO  
-----  
 !!NAME 
  
  
 random, srandom, initstate, setstate - random number generator. 
 !!SYNOPSIS 
+ #include <stdlib.h>  
+ long int random(void);  
+ void srandom(unsigned int __''seed''__);  
+ char *initstate(unsigned int __''seed''__, char *state, size_t __''n''__);  
+ char *setstate(char *__''state''__);  
  
-  
-__#include  
-__ ''seed''__);  
-char *initstate(unsigned int__ ''seed''__, char *__''state''__, size_t__ ''n''__);  
-char *setstate(char *__''state''__);  
-__  
 !!DESCRIPTION 
  
  
 The __random()__ function uses a non-linear additive 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.