mux/src/svdrand.h

Go to the documentation of this file.
00001 // svdrand.h -- Random Numbers.
00002 //
00003 // $Id: svdrand.h,v 1.5 2004/06/10 15:23:32 sdennis Exp $
00004 //
00005 // MUX 2.4
00006 // Copyright (C) 1998 through 2004 Solid Vertical Domains, Ltd. All
00007 // rights not explicitly given are reserved.
00008 //
00009 // Random Numbers based on algorithms presented in "Numerical Recipes in C",
00010 // Cambridge Press, 1992.
00011 //
00012 #ifndef SVDRAND_H
00013 #define SVDRAND_H
00014 
00015 void SeedRandomNumberGenerator(void);
00016 double RandomFloat(double flLow, double flHigh);
00017 INT32 RandomINT32(INT32 lLow, INT32 lHigh);
00018 
00019 #ifdef WIN32
00020 extern bool bCryptoAPI;
00021 #endif
00022 
00023 #endif // SVDRAND_H

Generated on Mon May 28 04:40:11 2007 for MUX by  doxygen 1.4.7