![]() |
CYCLUS
|
Exponential distribution requires lambda.
Definition at line 315 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 320 of file random_number_generator.h.
|
inline |
Definition at line 322 of file random_number_generator.h.
|
inlinevirtual |
Definition at line 328 of file random_number_generator.h.
|
inlinevirtual |
Implements cyclus::IntDistribution.
Definition at line 327 of file random_number_generator.h.