std_random_device.3cxx

Langue: en

Version: 358310 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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

double entropy () const

result_type max () const

result_type min () const

result_type operator() ()

void operator= (const random_device &)

Detailed Description

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

Definition at line 1521 of file random.h.

Member Typedef Documentation

typedef unsigned int std::random_device::result_typeThe type of the generated random value.

Definition at line 1525 of file random.h.

Author

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