1.3.49
 
Loading...
Searching...
No Matches
distUnion Union Reference

Distribution union object; union of normal_distribution, uniform_real_distribution, and weibull_distribution. More...

#include <ProjectBuilder.h>

Data Fields

std::normal_distribution< float > * normal
 
std::uniform_real_distribution< float > * uniform
 
std::weibull_distribution< float > * weibull
 

Detailed Description

Distribution union object; union of normal_distribution, uniform_real_distribution, and weibull_distribution.

Definition at line 176 of file ProjectBuilder.h.

Field Documentation

◆ normal

std::normal_distribution<float>* distUnion::normal

Definition at line 177 of file ProjectBuilder.h.

◆ uniform

std::uniform_real_distribution<float>* distUnion::uniform

Definition at line 178 of file ProjectBuilder.h.

◆ weibull

std::weibull_distribution<float>* distUnion::weibull

Definition at line 179 of file ProjectBuilder.h.


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