Changeset 11248 for trunk/psLib/src/math/psRandom.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRandom.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRandom.h
r4857 r11248 1 /** @file psRandom.h 2 * \brief Random Number Generators 3 * \ingroup Math 4 * 5 * This file will hold the prototypes for procedures which allocate, free, 6 * and evaluate random number Generators. 7 * 8 * @ingroup Math 9 * 10 * @author GLG, MHPCC 11 * 12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-23 23:23:05 $ 14 * 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 */ 1 /* @file psRandom.h 2 * @brief Random Number Generators 3 * 4 * This file will hold the prototypes for procedures which allocate, free, 5 * and evaluate random number Generators. 6 * 7 * @author GLG, MHPCC 8 * 9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:23 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 */ 17 14 18 15 #ifndef PS_RANDOM_H 19 16 #define PS_RANDOM_H 17 18 /// @addtogroup MathOps Mathematical Operations 19 /// @{ 20 20 21 21 #include <stdio.h> … … 28 28 #include <gsl/gsl_rng.h> 29 29 #include <gsl/gsl_randist.h> 30 31 /** \addtogroup Math32 * \{33 */34 30 35 31 /** Enumeration containing a flag for psRandom types. */ … … 109 105 ); 110 106 111 /* \} */// End of MathGroup Functions 112 107 /// @} 113 108 #endif // #ifndef PS_RANDOM_H
Note:
See TracChangeset
for help on using the changeset viewer.
