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

Man Page: std::seed_seq

Operating Environment: centos

Section: 3

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

NAME
std::seed_seq -
SYNOPSIS
Public Types typedef uint_least32_t result_type Public Member Functions seed_seq () template<typename _IntType > seed_seq (std::initializer_list< _IntType > il) template<typename _InputIterator > seed_seq (_InputIterator __begin, _InputIterator __end) template<typename _RandomAccessIterator > void generate (_RandomAccessIterator __begin, _RandomAccessIterator __end) template<typename OutputIterator > void param (OutputIterator __dest) const size_t size () const Detailed Description The seed_seq class generates sequences of seeds for random number generators. Definition at line 6025 of file random.h. Member Typedef Documentation typedef uint_least32_t std::seed_seq::result_type The type of the seed vales. Definition at line 6030 of file random.h. Constructor &; Destructor Documentation std::seed_seq::seed_seq () [inline] Default constructor. Definition at line 6033 of file random.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::seed_seq(3)
Related Man Pages
std::uniform_int_distribution(3) - centos
std::exponential_distribution(3) - debian
std::poisson_distribution(3) - debian
std::uniform_int_distribution(3) - debian
std::weibull_distribution(3) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Please Welcome Dave Munro to the Moderator Team!