Provided by: libstdc++6-4.7-doc_4.7.4-3ubuntu12_all 

NAME
std::random_device -
SYNOPSIS
Public Types
typedef unsigned int result_type
Public Member Functions
random_device (const std::string &__token='mt19937')
random_device (const random_device &)=delete
double entropy () const noexcept
result_type operator() ()
void operator= (const random_device &)=delete
Static Public Member Functions
static constexpr result_type max ()
static constexpr result_type min ()
Detailed Description
A standard interface to a platform-specific non-deterministic random number generator (if any are
available).
Definition at line 1511 of file random.h.
Member Typedef Documentation
typedef unsigned int std::random_device::result_type
The type of the generated random value.
Definition at line 1515 of file random.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Mon Jan 18 2016 std::random_device(3cxx)