std::tr1::random_device

Langue: en

Autres versions - même langue

Version: 276931 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::random_device -

SYNOPSIS


Detailed Description

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

Definition at line 1410 of file random.

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')

Author

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