std::random_device(3cxx) | std::random_device(3cxx) |
std::random_device
#include <random.h>
typedef unsigned int result_type
random_device (const random_device
&)=delete
random_device (const std::string &__token)
double entropy () const noexcept
result_type operator() ()
void operator= (const random_device
&)=delete
static constexpr result_type max ()
static constexpr result_type min ()
A standard interface to a platform-specific non-deterministic random number generator (if any are available).
Definition at line 1597 of file random.h.
The type of the generated random value.
Definition at line 1601 of file random.h.
Definition at line 1614 of file random.h.
Definition at line 1617 of file random.h.
Definition at line 1630 of file random.h.
Definition at line 1626 of file random.h.
Definition at line 1622 of file random.h.
Definition at line 1640 of file random.h.
Definition at line 1665 of file random.h.
Definition at line 1666 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |