ExRandom  3.0
exrandom::unit_uniform_distribution< RealType >::param_type Struct Reference

Parameter type for unit_uniform_distribution. More...

#include <exrandom/unit_uniform_distribution.hpp>

Public Types

typedef unit_uniform_distribution< RealType > distribution_type
 

Detailed Description

template<typename RealType = double>
struct exrandom::unit_uniform_distribution< RealType >::param_type

Parameter type for unit_uniform_distribution.

This holds no information because this distribution takes no parameters.

Definition at line 53 of file unit_uniform_distribution.hpp.

Member Typedef Documentation

◆ distribution_type

template<typename RealType = double>
typedef unit_uniform_distribution<RealType> exrandom::unit_uniform_distribution< RealType >::param_type::distribution_type

The type of the random number distribution.

Definition at line 57 of file unit_uniform_distribution.hpp.


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