MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Distributions.h File Reference
#include "NormalDistribution.hpp"
#include <random>
+ Include dependency graph for Distributions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 moose
 

Typedefs

template<typename T = double>
using moose::MOOSE_NORMAL_DISTRIBUTION = moose::normal_distribution< T >
 
template<typename T = double>
using moose::MOOSE_UNIFORM_DISTRIBUTION = std::uniform_real_distribution< T >