CYCLUS
Loading...
Searching...
No Matches
random_number_generator.h File Reference
#include <boost/random.hpp>
#include <cstdint>
#include "error.h"

Go to the source code of this file.

Classes

class  cyclus::DoubleDistribution
 
class  cyclus::FixedDoubleDist
 
class  cyclus::FixedIntDist
 
class  cyclus::IntDistribution
 
class  cyclus::NormalDoubleDist
 
class  cyclus::NormalIntDist
 
class  cyclus::RandomNumberGenerator
 
class  cyclus::UniformDoubleDist
 
class  cyclus::UniformIntDist
 

Namespaces

namespace  cyclus
 

Typedefs

typedef boost::random::mt19937 cyclus::Generator
 
typedef boost::random::variate_generator< Generator &, boost::random::normal_distribution<> > cyclus::NormalDist