#include <vsmc/rng/internal/common.hpp>
#include <immintrin.h>
Go to the source code of this file.
|
template<typename UIntType , std::size_t W> |
bool | vsmc::rdrand (UIntType *, std::integral_constant< int, W >) |
| Invoke the RDRAND instruction and return the carry flag. More...
|
|
template<typename UIntType > |
bool | vsmc::rdrand (UIntType *rand, std::integral_constant< int, 16 >) |
| Invoke the 16-bit RDRAND instruction and return the carry flag. More...
|
|
template<typename UIntType > |
bool | vsmc::rdrand (UIntType *rand, std::integral_constant< int, 32 >) |
| Invoke the 32-bit RDRAND instruction and return the carry flag. More...
|
|
template<typename UIntType > |
bool | vsmc::rdrand (UIntType *rand, std::integral_constant< int, 64 >) |
| Invoke the 64-bit RDRAND instruction and return the carry flag. More...
|
|
#define VSMC_RNG_RDRAND_NTRIAL_MAX 0 |
#define VSMC_RUNTIME_WARNING_RNG_RDRAND_ENGINE_NTRIAL |
( |
|
ntrial, |
|
|
|
NTrialMax |
|
) |
| |
Value: "**RDRAND::generate** MAXIMUM NUMBER OF TRIALS EXCEEDED")
#define VSMC_RUNTIME_WARNING(cond, msg)
Definition at line 42 of file rdrand.hpp.