CYCLUS
|
Definition at line 166 of file random_number_generator.h.
#include <random_number_generator.h>
Public Types | |
typedef boost::shared_ptr< NormalIntDist > | Ptr |
Public Types inherited from cyclus::IntDistribution | |
typedef boost::shared_ptr< IntDistribution > | Ptr |
Public Member Functions | |
virtual int | max () |
NormalIntDist (double mean, double std_dev, int min=0, int max=1) | |
virtual int | sample () |
typedef boost::shared_ptr<NormalIntDist> cyclus::NormalIntDist::Ptr |
Definition at line 172 of file random_number_generator.h.
|
inline |
Definition at line 174 of file random_number_generator.h.
Definition at line 183 of file random_number_generator.h.
|
virtual |
Implements cyclus::IntDistribution.
Definition at line 73 of file random_number_generator.cc.