|
vSMC
v3.0.0
Scalable Monte Carlo
|
Standard uniform distribution on [0, 1) More...
#include <vsmc/rng/u01_distribution.hpp>
Classes | |
| class | param_type |
Public Types | |
| using | distribution_type = U01CODistribution< RealType > |
| using | result_type = RealType |
Public Member Functions | |
| U01CODistribution ()=default | |
| U01CODistribution (const param_type &) | |
| result_type | max () const |
| result_type | min () const |
| template<typename RNGType > | |
| void | operator() (RNGType &rng, std::size_t n, result_type *r) |
| template<typename RNGType > | |
| void | operator() (RNGType &rng, std::size_t n, result_type *r, const param_type ¶m) |
| template<typename RNGType > | |
| result_type | operator() (RNGType &rng, const param_type ¶m) |
| template<typename RNGType > | |
| result_type | operator() (RNGType &rng) |
| void | param (const param_type ¶m) |
| const param_type & | param () const |
| void | pram (param_type &¶m) |
| void | reset () |
Friends | |
| bool | operator!= (const distribution_type &dist1, const distribution_type &dist2) |
| template<typename CharT , typename Traits > | |
| std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const distribution_type &dist) |
| bool | operator== (const distribution_type &dist1, const distribution_type &dist2) |
| template<typename CharT , typename Traits > | |
| std::basic_istream< CharT, Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, distribution_type &dist) |
Standard uniform distribution on [0, 1)
Definition at line 124 of file u01_distribution.hpp.
| using vsmc::U01CODistribution< RealType >::distribution_type = U01CODistribution< RealType > |
Definition at line 124 of file u01_distribution.hpp.
| using vsmc::U01CODistribution< RealType >::result_type = RealType |
Definition at line 124 of file u01_distribution.hpp.
|
default |
|
inlineexplicit |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
inline |
Definition at line 124 of file u01_distribution.hpp.
|
friend |
Definition at line 124 of file u01_distribution.hpp.
|
friend |
Definition at line 124 of file u01_distribution.hpp.
|
friend |
Definition at line 124 of file u01_distribution.hpp.
|
friend |
Definition at line 124 of file u01_distribution.hpp.
1.8.11