Boost types for random number generation.  
More...
#include <boost/random.hpp>
Go to the source code of this file.
|  | 
| typedef boost::mt19937 | randEngine | 
|  | 
| typedef boost::uniform_real | realUniformDist | 
|  | 
| typedef boost::uniform_int | intUniformDist | 
|  | 
| typedef boost::normal_distribution | normalDist | 
|  | 
| typedef boost::gamma_distribution | gammaDist | 
|  | 
| typedef boost::variate_generator< randEngine &, intUniformDist > | randInt | 
|  | 
| typedef boost::variate_generator< randEngine &, normalDist > | randNFloat | 
|  | 
| typedef boost::variate_generator< randEngine &, gammaDist > | randGFloat | 
|  | 
| typedef boost::variate_generator< randEngine &, realUniformDist > | randFloat | 
|  | 
Boost types for random number generation. 
Definition in file randgen.hpp.