centos man page for std::seed_seq

Query: std::seed_seq

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::discrete_distribution(3) - centos
std::geometric_distribution(3) - centos
std::binomial_distribution(3) - debian
std::weibull_distribution(3) - debian
std::uniform_int_distribution(3cxx) - 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?
How to increment version inside a file?
CentOS 6 ran out of space, need to reclaim it