trusty (3) std::random_device.3cxx.gz

Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

NAME

       std::random_device -

SYNOPSIS

   Public Types
       typedef unsigned int result_type

   Public Member Functions
       double entropy () const
       result_type max () const
       result_type min () const
       result_type operator() ()
       random_device (const std::string &__token='mt19937')

Detailed Description

       A standard interface to a platform-specific non-deterministic random number generator (if any are
       available).

       Definition at line 1455 of file tr1_impl/random.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.