![]() |
CYCLUS
|
Exponential distribution requires lambda.
Definition at line 345 of file random_number_generator.h.
#include <random_number_generator.h>
Public Types | |
typedef boost::shared_ptr< ExponentialIntDist > | Ptr |
![]() | |
typedef boost::shared_ptr< IntDistribution > | Ptr |
Public Member Functions | |
ExponentialIntDist (double lambda) | |
virtual double | lambda () |
virtual int | sample () |
typedef boost::shared_ptr<ExponentialIntDist> cyclus::ExponentialIntDist::Ptr |
Definition at line 351 of file random_number_generator.h.
|
inline |
Definition at line 353 of file random_number_generator.h.
|
inlinevirtual |
Definition at line 359 of file random_number_generator.h.
|
inlinevirtual |
Implements cyclus::IntDistribution.
Definition at line 358 of file random_number_generator.h.