vSMC
vSMC: Scalable Monte Carlo
|
RDRAND generator. More...
#include <vsmc/rng/rdrand.hpp>
Public Types | |
using | result_type = ResultType |
Public Member Functions | |
RDRANDEngine (result_type=0) | |
template<typename SeedSeq > | |
RDRANDEngine (SeedSeq &, typename std::enable_if< internal::is_seed_seq< SeedSeq, result_type, RDRANDEngine< ResultType, NTrialMax >>::value >::type *=nullptr) | |
void | discard (std::size_t) |
result_type | operator() () |
void | seed (result_type) |
template<typename SeedSeq > | |
void | seed (SeedSeq &, typename std::enable_if< internal::is_seed_seq< SeedSeq, result_type >::value >::type *=nullptr) |
Static Public Member Functions | |
static constexpr result_type | max () |
static constexpr result_type | min () |
Friends | |
bool | operator!= (const RDRANDEngine< ResultType, NTrialMax > &, const RDRANDEngine< ResultType, NTrialMax > &) |
template<typename CharT , typename CharTraits > | |
std::basic_ostream< CharT, CharTraits > & | operator<< (std::basic_ostream< CharT, CharTraits > &os, const RDRANDEngine< ResultType, NTrialMax > &) |
bool | operator== (const RDRANDEngine< ResultType, NTrialMax > &, const RDRANDEngine< ResultType, NTrialMax > &) |
template<typename CharT , typename CharTraits > | |
std::basic_istream< CharT, CharTraits > & | operator>> (std::basic_istream< CharT, CharTraits > &is, RDRANDEngine< ResultType, NTrialMax > &) |
RDRAND generator.
Definition at line 100 of file rdrand.hpp.
using vsmc::RDRANDEngine< ResultType, NTrialMax >::result_type = ResultType |
Definition at line 113 of file rdrand.hpp.
|
inlineexplicit |
Definition at line 115 of file rdrand.hpp.
|
inlineexplicit |
Definition at line 118 of file rdrand.hpp.
|
inline |
Definition at line 137 of file rdrand.hpp.
|
inlinestatic |
Definition at line 144 of file rdrand.hpp.
|
inlinestatic |
Definition at line 139 of file rdrand.hpp.
|
inline |
Definition at line 132 of file rdrand.hpp.
|
inline |
Definition at line 124 of file rdrand.hpp.
|
inline |
Definition at line 127 of file rdrand.hpp.
|
friend |
Definition at line 155 of file rdrand.hpp.
|
friend |
Definition at line 162 of file rdrand.hpp.
|
friend |
Definition at line 149 of file rdrand.hpp.
|
friend |
Definition at line 170 of file rdrand.hpp.