STK++ 0.9.13
STK::hidden::RandGaussApplier< Type > Struct Template Reference

Visitor setting Gaussian random variables. More...

#include <STK_Appliers.h>

Public Types

typedef RemoveConst< Type >::Type TypeConst
 

Public Member Functions

TypeConst operator() ()
 

Detailed Description

template<typename Type>
struct STK::hidden::RandGaussApplier< Type >

Visitor setting Gaussian random variables.

See also
STK::ExprBase::RandUnif()

Definition at line 62 of file STK_Appliers.h.

Member Typedef Documentation

◆ TypeConst

template<typename Type >
typedef RemoveConst<Type>::Type STK::hidden::RandGaussApplier< Type >::TypeConst

Definition at line 64 of file STK_Appliers.h.

Member Function Documentation

◆ operator()()

template<typename Type >
TypeConst STK::hidden::RandGaussApplier< Type >::operator() ( )
inline

Definition at line 65 of file STK_Appliers.h.

66 { return Type(Law::generator.randGauss());}

The documentation for this struct was generated from the following file: