libstdc++: std::uniform_real_distribution< _RealType >::param_type Struct Reference (original) (raw)

#include <[random.h](a00641%5Fsource.html)>

Public Member Functions
param_type (_RealType __a, _RealType __b=_RealType(1))
result_type a () const
result_type b () const

Detailed Description

template<typename _RealType = double>
struct std::uniform_real_distribution< _RealType >::param_type

Parameter type.

Definition at line 1891 of file random.h.

Member Typedef Documentation

distribution_type

template<typename _RealType = double>

Constructor & Destructor Documentation

template<typename _RealType = double>

param_type() [2/2]

template<typename _RealType = double>

Member Function Documentation

a()

template<typename _RealType = double>

b()

template<typename _RealType = double>

operator==

template<typename _RealType = double>


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