std::random_device(3) centos man page | unix.com

Man Page: std::random_device

Operating Environment: centos

Section: 3

std::random_device(3)					     Library Functions Manual					     std::random_device(3)

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 1575 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 1579 of file random.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::random_device(3)
Related Man Pages
std::weibull_distribution(3) - centos
__gnu_parallel::binder1st(3) - debian
std::uniform_real_distribution(3cxx) - debian
std::variate_generator(3) - debian
std::bernoulli_distribution(3cxx) - debian
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
CentOS7 restoring file capabilities
Shopt -s histappend
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq