Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

random.h

Go to the documentation of this file.
00001 #ifndef RANDOM_HEADER
00002 #define RANDOM_HEADER
00003 
00004 /* ==== MODULE HEADER random.h ==== */
00005 
00017 /* ==== PROTOTYPES ==== */
00018 
00019 #ifdef __cplusplus
00020 namespace RazorBack { extern "C" {
00021 #endif
00022 
00028 void uniform_init(int S1, int S2);
00029 
00031 int int_uniform(void);
00032 
00034 double dbl_uniform(void);
00035 
00037 double random_gauss(void);
00038 
00039 #ifdef __cplusplus
00040 } }
00041 #endif
00042 /* ==== END OF MODULE HEADER random.h ==== */
00043 
00044 #endif      /* RANDOM_HEADER */

Generated at Wed Aug 21 09:33:29 2002 for The Razorback C Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001