BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Private Member Functions | Private Attributes | List of all members
bdm::GausRng Class Reference

#include <random.h>

Inheritance diagram for bdm::GausRng:
[legend]
Collaboration diagram for bdm::GausRng:
[legend]

Public Member Functions

 GausRng (real_t mean, real_t sigma)
 
virtual ~GausRng () override
 
- Public Member Functions inherited from bdm::DistributionRng< real_t >
 DistributionRng ()=default
 
 DistributionRng (TRootIOCtor *)
 
virtual ~DistributionRng ()=default
 
real_t Sample ()
 Draws a sample from the distribution. More...
 
MathArray< real_t, 2 > Sample2 ()
 
MathArray< real_t, 3 > Sample3 ()
 
MathArray< real_t, N > SampleArray ()
 

Private Member Functions

real_t SampleImpl (TRandom *rng) override
 
 BDM_CLASS_DEF_OVERRIDE (GausRng, 1)
 

Private Attributes

real_t mean_
 
real_t sigma_
 

Additional Inherited Members

- Protected Member Functions inherited from bdm::DistributionRng< real_t >
virtual MathArray< real_t, 2 > Sample2Impl (TRandom *rng)
 
virtual MathArray< real_t, 3 > Sample3Impl (TRandom *rng)
 
 BDM_CLASS_DEF (DistributionRng, 1)
 

Detailed Description

Definition at line 78 of file random.h.

Constructor & Destructor Documentation

◆ GausRng()

bdm::GausRng::GausRng ( real_t  mean,
real_t  sigma 
)

Definition at line 185 of file random.cc.

◆ ~GausRng()

bdm::GausRng::~GausRng ( )
overridevirtualdefault

Member Function Documentation

◆ BDM_CLASS_DEF_OVERRIDE()

bdm::GausRng::BDM_CLASS_DEF_OVERRIDE ( GausRng  ,
 
)
private

◆ SampleImpl()

real_t bdm::GausRng::SampleImpl ( TRandom *  rng)
overrideprivatevirtual

Implements bdm::DistributionRng< real_t >.

Definition at line 187 of file random.cc.

Member Data Documentation

◆ mean_

real_t bdm::GausRng::mean_
private

Definition at line 84 of file random.h.

◆ sigma_

real_t bdm::GausRng::sigma_
private

Definition at line 84 of file random.h.


The documentation for this class was generated from the following files: