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)NAMEstd::seed_seq -SYNOPSISPublic 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)
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
CentOS7 restoring file capabilities |
Unsure why access time on a directory change isn't changing |
Controlling user input |