Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::RNG::Normal< ValueType > Class Template Reference

#include "math/rng.h"

Public Types

using result_type = ValueType
 

Public Member Functions

ValueType operator() ()
 

Public Attributes

RNG rng
 
std::normal_distribution< ValueType > dist
 

Detailed Description

template<typename ValueType>
class MR::Math::RNG::Normal< ValueType >

Definition at line 102 of file rng.h.

Member Typedef Documentation

◆ result_type

template<typename ValueType >
using MR::Math::RNG::Normal< ValueType >::result_type = ValueType

Definition at line 105 of file rng.h.

Member Function Documentation

◆ operator()()

template<typename ValueType >
ValueType MR::Math::RNG::Normal< ValueType >::operator() ( )
inline

Definition at line 107 of file rng.h.

Member Data Documentation

◆ dist

template<typename ValueType >
std::normal_distribution<ValueType> MR::Math::RNG::Normal< ValueType >::dist

Definition at line 106 of file rng.h.

◆ rng

template<typename ValueType >
RNG MR::Math::RNG::Normal< ValueType >::rng

Definition at line 104 of file rng.h.


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